Modif mienure

This commit is contained in:
Rodolphe Quiedeville 2003-08-03 17:28:16 +00:00
parent 1d9abf5c8f
commit e0b47ba934

View File

@ -140,6 +140,8 @@ class ActionComm
$sql .= ", datea = now()";
}
$sql .= ", fk_contact =". $this->contact->id;
$sql .= " WHERE id=$this->id;";
if ($this->db->query($sql) )