[pLog-svn] r2342 - plog/trunk/class/dao

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sun Jul 17 18:18:01 GMT 2005


Author: oscar
Date: 2005-07-17 18:18:00 +0000 (Sun, 17 Jul 2005)
New Revision: 2342

Modified:
   plog/trunk/class/dao/commentscommon.class.php
Log:
fixed a small bug


Modified: plog/trunk/class/dao/commentscommon.class.php
===================================================================
--- plog/trunk/class/dao/commentscommon.class.php	2005-07-16 14:36:02 UTC (rev 2341)
+++ plog/trunk/class/dao/commentscommon.class.php	2005-07-17 18:18:00 UTC (rev 2342)
@@ -139,12 +139,6 @@
 				// calculate what would the "real" date...
 				$date = $row["date"];								
 				$date = Timestamp::getDateWithOffset( $date, $this->timeDiff );
-
-				/**$comment = new UserComment( $row["article_id"],	$row["parent_id"], $row["topic"],
-											$row["text"], $date, $row["user_name"], $row["user_email"],
-											$row["user_url"], $row["client_ip"], $row["spam_rate"], $row["status"],
-											$row["id"] );*/
-											
 				$comment = $this->_fillCommentInformation( $row );
 				
                 $comments[] = $comment;




More information about the pLog-svn mailing list