[PHPLIB] PHPlib 7.2 bugs. From: Shaun Thomas (shaun_thomas <email protected>)
Date: 12/02/99

Ok, I have a couple of quick updates that should be made to
avoid annoying error reports.

In db_mysql.inc:
$this->Errno = mysql_errno();
$this->Error = mysql_error();

Should be changed to:
$this->Errno = mysql_errno($this->Link_ID);
$this->Error = mysql_error($this->Link_ID);

For those of us who may open other mysql connections
while this one is still open, it would be nice that it
gets it's own errors.

Shaun

--
Shaun Thomas
Programmer
InternetWorks
McLeodUSA
319.790.5037 / fax 319.369.3089

- PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>. To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in the body, not the subject, of your message.