From e0b47ba934867423056a7ad36bf3dbe4bfd5b7e4 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 3 Aug 2003 17:28:16 +0000 Subject: [PATCH] Modif mienure --- htdocs/actioncomm.class.php3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/actioncomm.class.php3 b/htdocs/actioncomm.class.php3 index 470b09d6b03..2fea55e911e 100644 --- a/htdocs/actioncomm.class.php3 +++ b/htdocs/actioncomm.class.php3 @@ -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) )