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

Mark Wu markplace at gmail.com
Mon May 29 12:17:48 GMT 2006


Sure :)

Mark 

> -----Original Message-----
> From: plog-svn-bounces at devel.lifetype.net 
> [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of Jon Daley
> Sent: Monday, May 29, 2006 8:12 PM
> To: plog-svn at devel.lifetype.net
> Subject: Re: [pLog-svn] r3490 - plog/trunk/class/database/pdb/drivers
> 
>  	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.cl
> ass.php	2006-05-29 11:38:51 UTC (rev 3489)
> > +++ 
> plog/trunk/class/database/pdb/drivers/pdbmysqlrecordset.cl
> ass.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
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn



More information about the pLog-svn mailing list