FIX error sql on update ficheinter
This commit is contained in:
parent
8705dd4d1b
commit
b0163fbed2
@ -235,7 +235,7 @@ class Fichinter extends CommonObject
|
||||
$this->db->begin();
|
||||
|
||||
$sql = "UPDATE ".MAIN_DB_PREFIX."fichinter SET ";
|
||||
$sql.= ", description = '".$this->db->escape($this->description)."'";
|
||||
$sql.= "description = '".$this->db->escape($this->description)."'";
|
||||
$sql.= ", duree = ".$this->duree;
|
||||
$sql.= ", fk_projet = ".$this->fk_project;
|
||||
$sql.= ", note_private = ".($this->note_private?"'".$this->db->escape($this->note_private)."'":"null");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user