Date: 12/02/99
- Next message: Allen Lee: "[PHPLIB] session weirdness"
- Previous message: Ian Marsman: "Re: [PHPLIB] Problem with Netscape"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Allen Lee: "[PHPLIB] session weirdness"
- Previous message: Ian Marsman: "Re: [PHPLIB] Problem with Netscape"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

