Fix: Supprime warning
This commit is contained in:
parent
18f22d38a4
commit
7172253906
@ -91,7 +91,7 @@ class DoliDb
|
|||||||
|
|
||||||
//print "Name DB: $host,$user,$pass,$name<br>";
|
//print "Name DB: $host,$user,$pass,$name<br>";
|
||||||
|
|
||||||
if (! function_exists(mysql_connect))
|
if (! function_exists("mysql_connect"))
|
||||||
{
|
{
|
||||||
$this->connected = 0;
|
$this->connected = 0;
|
||||||
$this->ok = 0;
|
$this->ok = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user