Skip to content
Snippets Groups Projects
Commit 8080ee45 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: dol_syslog at wrong place.

parent 970d946e
No related branches found
No related tags found
No related merge requests found
......@@ -803,8 +803,8 @@ class DoliDBMysqli
{
// 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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment