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

Jon Daley plogworld at jon.limedaley.com
Mon May 29 12:11:51 GMT 2006


 	Thanks.  And please let me know about any warnings, and I can fix 
the caller.  My new server will have more warnings enabled, so I will see 
these myself too.

On Mon, 29 May 2006, mark at devel.lifetype.net wrote:
> 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
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
>

**************************************
Jon Daley
http://jon.limedaley.com/

Let me tell you how dumb I am.
No thanks, I already know.
-- overheard in the University Center


More information about the pLog-svn mailing list