Fix: log must be before request
This commit is contained in:
parent
bfba7bbc7f
commit
1b2a4f4742
@ -809,8 +809,8 @@ class DoliDBMysql
|
||||
{
|
||||
// We try again for compatibility with Mysql < 4.1.1
|
||||
$sql = 'CREATE DATABASE '.$database;
|
||||
$ret=$this->query($sql);
|
||||
dol_syslog($sql,LOG_DEBUG);
|
||||
$ret=$this->query($sql);
|
||||
}
|
||||
return $ret;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user