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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jan 12 23:08:43 GMT 2006


Author: oscar
Date: 2006-01-12 23:08:43 +0000 (Thu, 12 Jan 2006)
New Revision: 2784

Modified:
   plog/trunk/class/dao/articles.class.php
Log:
removed unnecessary debug information


Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2006-01-12 23:07:02 UTC (rev 2783)
+++ plog/trunk/class/dao/articles.class.php	2006-01-12 23:08:43 UTC (rev 2784)
@@ -1177,7 +1177,6 @@
 			$article->setUserInfo( $this->users->getUserInfoFromId( $query_result['user_id'] ));*/
 			
 			// counters
-			print_r($query_result);
 			$article->setTotalComments( $query_result['num_comments'] );
 			$article->setNumComments( $query_result['num_nonspam_comments'] );
 			$article->setNumTrackbacks( $query_result['num_nonspam_trackbacks'] );



More information about the pLog-svn mailing list