Fix: dol_syslog at wrong place.
This commit is contained in:
parent
970d946e5b
commit
8080ee4565
@ -803,8 +803,8 @@ class DoliDBMysqli
|
|||||||
{
|
{
|
||||||
// We try again for compatibility with Mysql < 4.1.1
|
// We try again for compatibility with Mysql < 4.1.1
|
||||||
$sql = 'CREATE DATABASE '.$database;
|
$sql = 'CREATE DATABASE '.$database;
|
||||||
$ret=$this->query($sql);
|
|
||||||
dol_syslog($sql,LOG_DEBUG);
|
dol_syslog($sql,LOG_DEBUG);
|
||||||
|
$ret=$this->query($sql);
|
||||||
}
|
}
|
||||||
return $ret;
|
return $ret;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user