mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Add patch from Kim Tore Jensen
This commit is contained in:
@@ -369,7 +369,8 @@ class DoliDb
|
||||
}
|
||||
else
|
||||
{
|
||||
$ret = mysql_db_query($this->database_name, $query, $this->db);
|
||||
mysql_select_db($this->database_name);
|
||||
$ret = mysql_query($query, $this->db);
|
||||
}
|
||||
|
||||
if (! preg_match("/^COMMIT/i",$query) && ! preg_match("/^ROLLBACK/i",$query))
|
||||
|
||||
Reference in New Issue
Block a user