[Phplib-commit] CVS: php-lib/php/db/mysql db_sql.inc,1.4,1.5
Brought to you by:
nhruby,
richardarcher
From: Richard A. <ric...@us...> - 2001-08-13 23:07:45
|
Update of /cvsroot/phplib/php-lib/php/db/mysql In directory usw-pr-cvs1:/tmp/cvs-serv28878 Modified Files: db_sql.inc Log Message: Change error reporting in lock(). Bug ID #445393 Index: db_sql.inc =================================================================== RCS file: /cvsroot/phplib/php-lib/php/db/mysql/db_sql.inc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_sql.inc 2001/08/12 23:23:20 1.4 --- db_sql.inc 2001/08/13 23:07:42 1.5 *************** *** 148,152 **** $res = @mysql_query($query, $this->Link_ID); if (!$res) { ! $this->halt("lock($table, $mode) failed."); return 0; } --- 148,152 ---- $res = @mysql_query($query, $this->Link_ID); if (!$res) { ! $this->halt("lock() failed."); return 0; } |