Fix: log must be before request
This commit is contained in:
parent
eb541ceaa9
commit
8b07aa3623
@ -809,8 +809,8 @@ class DoliDBMysql
|
|||||||
{
|
{
|
||||||
// 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