Home » Database » MDB » Bug #764
Wrong test mysql.php v1.80.4.9
Details
| Submitted | 2004-02-16 02:03 UTC |
|---|---|
| From | thierry dot bo at netcourrier dot com |
| Assigned | lsmith |
| Status | Closed |
| Package | MDB |
| PHP Version | 4.3.2 |
| OS | win32XP |
| Roadmaps | (Not assigned) |
Comments
[2004-02-16 02:03 UTC] thierry dot bo at netcourrier dot com
Description:
------------
Hi,
it seems line 371 when you silenced native mysql functions, that you reversed the test :
if (!mysql_query('SET AUTOCOMMIT = 0', $this->connection))
becomes :
if (@mysql_query('SET AUTOCOMMIT = 0', $this->connection))
--
Thierry Bothorel