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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jun 15 21:56:11 GMT 2006


Author: oscar
Date: 2006-06-15 21:56:10 +0000 (Thu, 15 Jun 2006)
New Revision: 3583

Modified:
   plog/trunk/class/dao/articles.class.php
Log:
forgot some debug information


Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2006-06-15 21:47:33 UTC (rev 3582)
+++ plog/trunk/class/dao/articles.class.php	2006-06-15 21:56:10 UTC (rev 3583)
@@ -94,7 +94,6 @@
 			$found = false;
 			if($articles){
                 foreach( $articles as $article ) {
-					print("title = $articleTitle - date = $date - maxDate = $maxDate<br/>");
                     if( $article->getBlogId() == $blogId && $this->check( $article, $date, $categoryId,
                                       $status, $userId, $maxDate )) {
                         $found = true;



More information about the pLog-svn mailing list