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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Mon Mar 21 08:06:16 GMT 2005


Author: oscar
Date: 2005-03-21 08:06:16 +0000 (Mon, 21 Mar 2005)
New Revision: 1565

Modified:
   plog/trunk/class/dao/articles.class.php
Log:
removed some debug information that shouldn't be there


Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2005-03-21 00:31:59 UTC (rev 1564)
+++ plog/trunk/class/dao/articles.class.php	2005-03-21 08:06:16 UTC (rev 1565)
@@ -648,8 +648,6 @@
             $result = $this->Execute( $query );
 
             if( !$result ){
-                $this->log->error("Add article failed! article object is ".
-                    LogUtil::format($newArticle));
                 return false;
             }
 




More information about the pLog-svn mailing list