2
0
forked from Wavyzz/dolibarr

oops, correct version

This commit is contained in:
fhenry
2012-11-30 04:51:11 +01:00
parent 1315e9a2ba
commit f7b6f44767

View File

@@ -138,7 +138,7 @@ class Contact extends CommonObject
$sql.= " ".$this->priv.",";
$sql.= " ".($this->canvas?"'".$this->canvas."'":"null").",";
$sql.= " ".$conf->entity.",";
$sql.= " ".$this->import_key.",";
$sql.= " ".$this->import_key;
$sql.= ")";
dol_syslog(get_class($this)."::create sql=".$sql);