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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Nov 27 19:08:55 GMT 2005


Author: oscar
Date: 2005-11-27 19:08:55 +0000 (Sun, 27 Nov 2005)
New Revision: 2653

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


Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2005-11-27 18:54:24 UTC (rev 2652)
+++ plog/trunk/class/dao/articles.class.php	2005-11-27 19:08:55 UTC (rev 2653)
@@ -360,7 +360,6 @@
         	$result = Array();
         	$total = 0;
         	foreach( $articles as $article ) {
-				print($article->getTopic());
         		if( $this->check( $article, $date, $categoryId, $status, $userId, $maxDate, $searchTerms )) {
         			$result[] = $article;
         			$total++;




More information about the pLog-svn mailing list