[pLog-svn] r4725 - plog/branches/lifetype-1.2/class/dao
    oscar at devel.lifetype.net 
    oscar at devel.lifetype.net
       
    Tue Feb 13 06:33:32 EST 2007
    
    
  
Author: oscar
Date: 2007-02-13 06:33:32 -0500 (Tue, 13 Feb 2007)
New Revision: 4725
Modified:
   plog/branches/lifetype-1.2/class/dao/commentscommon.class.php
Log:
Of course I had to leave the debug stuff in, for a change :)
Modified: plog/branches/lifetype-1.2/class/dao/commentscommon.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/dao/commentscommon.class.php	2007-02-13 11:26:05 UTC (rev 4724)
+++ plog/branches/lifetype-1.2/class/dao/commentscommon.class.php	2007-02-13 11:33:32 UTC (rev 4725)
@@ -120,8 +120,6 @@
 				$query .= " ORDER BY date DESC";
 			else
 				$query .=" ORDER BY date ASC";
-				
-			print($query);
 			
 			$result = $this->Execute( $query, $page, $itemsPerPage );
 			
    
    
More information about the pLog-svn
mailing list