Merge pull request #779 from defrance69/patch-20
Update mysql.class.php
This commit is contained in:
commit
676f59fb6d
@ -931,7 +931,7 @@ class DoliDBMysql
|
|||||||
$sql .= ",".implode(',',$sqluq);
|
$sql .= ",".implode(',',$sqluq);
|
||||||
if($keys != "")
|
if($keys != "")
|
||||||
$sql .= ",".implode(',',$sqlk);
|
$sql .= ",".implode(',',$sqlk);
|
||||||
$sql .=") type=".$type;
|
$sql .=") engine=".$type;
|
||||||
|
|
||||||
dol_syslog($sql,LOG_DEBUG);
|
dol_syslog($sql,LOG_DEBUG);
|
||||||
if(! $this -> query($sql))
|
if(! $this -> query($sql))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user