2
0
forked from Wavyzz/dolibarr

Add test if flush fails

This commit is contained in:
Laurent Destailleur
2010-01-19 23:55:29 +00:00
parent 637712212b
commit 0085a12df6

View File

@@ -1005,6 +1005,7 @@ class DoliDb
$resql=$this->query($sql);
if (! $resql)
{
dol_syslog("mysqli.lib::DDLCreateUser sql=".$sql, LOG_ERR);
return -1;
}
@@ -1017,6 +1018,7 @@ class DoliDb
$resql=$this->query($sql);
if (! $resql)
{
dol_syslog("mysqli.lib::DDLCreateUser sql=".$sql, LOG_ERR);
return -1;
}
@@ -1026,6 +1028,7 @@ class DoliDb
$resql=$this->query($sql);
if (! $resql)
{
dol_syslog("mysqli.lib::DDLCreateUser sql=".$sql, LOG_ERR);
return -1;
}