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

ork at devel.plogworld.net ork at devel.plogworld.net
Tue May 31 21:01:37 GMT 2005


Author: ork
Date: 2005-05-31 21:01:36 +0000 (Tue, 31 May 2005)
New Revision: 2145

Modified:
   plog/trunk/class/dao/model.class.php
Log:
removed the logging, you will get huge logs if this is enabled :)


Modified: plog/trunk/class/dao/model.class.php
===================================================================
--- plog/trunk/class/dao/model.class.php	2005-05-31 20:53:27 UTC (rev 2144)
+++ plog/trunk/class/dao/model.class.php	2005-05-31 21:01:36 UTC (rev 2145)
@@ -101,7 +101,7 @@
          */        
         function Execute( $query, $page = DEFAULT_PAGING_ENABLED, $itemsPerPage = DEFAULT_ITEMS_PER_PAGE )
         {
-            $this->log->info("executing $query");
+//            $this->log->info("executing $query");
             $this->_initializeDb();
 
             // if paging is enabled...




More information about the pLog-svn mailing list