[pLog-svn] r3490 - plog/trunk/class/database/pdb/drivers

mark at devel.lifetype.net mark at devel.lifetype.net
Mon May 29 11:42:05 GMT 2006


Author: mark
Date: 2006-05-29 11:42:04 +0000 (Mon, 29 May 2006)
New Revision: 3490

Modified:
   plog/trunk/class/database/pdb/drivers/pdbmysqlrecordset.class.php
Log:
Remove @ to show the warning messages. I think admin can add them or change report level by them self.

Modified: plog/trunk/class/database/pdb/drivers/pdbmysqlrecordset.class.php
===================================================================
--- plog/trunk/class/database/pdb/drivers/pdbmysqlrecordset.class.php	2006-05-29 11:38:51 UTC (rev 3489)
+++ plog/trunk/class/database/pdb/drivers/pdbmysqlrecordset.class.php	2006-05-29 11:42:04 UTC (rev 3490)
@@ -41,7 +41,7 @@
 	     */				
 		function Close()
 		{
-		    return( @mysql_free_result( $this->_dbRes ));
+		    return( mysql_free_result( $this->_dbRes ));
 		}
 	}
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list