Fix: Supprime warning

This commit is contained in:
Laurent Destailleur
2005-09-22 00:18:36 +00:00
parent 18f22d38a4
commit 7172253906

View File

@@ -91,7 +91,7 @@ class DoliDb
//print "Name DB: $host,$user,$pass,$name<br>";
if (! function_exists(mysql_connect))
if (! function_exists("mysql_connect"))
{
$this->connected = 0;
$this->ok = 0;