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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Feb 16 17:32:32 GMT 2006


Author: oscar
Date: 2006-02-16 17:32:31 +0000 (Thu, 16 Feb 2006)
New Revision: 2957

Modified:
   plog/trunk/class/dao/articles.class.php
Log:
obviously the debug stuff did not need to be there...


Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2006-02-16 17:31:00 UTC (rev 2956)
+++ plog/trunk/class/dao/articles.class.php	2006-02-16 17:32:31 UTC (rev 2957)
@@ -280,8 +280,6 @@
             $where = $this->buildWhere( $blogId, $date, -1, $categoryId, $status, $userId, $maxDate, $searchTerms );
             $query = "SELECT COUNT(*) AS total FROM {$prefix}articles a, {$prefix}articles_categories c, {$prefix}article_categories_link l WHERE $where ";
 
-            print($query);
-
             $result = $this->_db->Execute( $query );
             
             if( !$result )
@@ -1232,4 +1230,4 @@
 
         }
     }
-?>
\ No newline at end of file
+?>



More information about the pLog-svn mailing list