Use engine instead of type
This commit is contained in:
parent
676f59fb6d
commit
b694451ab2
@ -925,7 +925,7 @@ class DoliDBMysqli
|
||||
$sql .= ",".implode(',',$sqluq);
|
||||
if($keys != "")
|
||||
$sql .= ",".implode(',',$sqlk);
|
||||
$sql .=") type=".$type;
|
||||
$sql .=") engine=".$type;
|
||||
|
||||
dol_syslog($sql,LOG_DEBUG);
|
||||
if(! $this -> query($sql))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user