From 004d142290a607979ac49d668f748cc97d6fa129 Mon Sep 17 00:00:00 2001 From: ywarnier Date: Sun, 14 Jan 2007 15:25:52 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20param=20SQL=20pour=20log=20derni=E8re?= =?UTF-8?q?=20mise=20=E0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/contact.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index b994ef81491..d29e8dd7b8e 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -310,6 +310,7 @@ class Contact $birthday = (int) $this->birthday; $sql .= ", birthday='".$birthday."'"; } + if ($user) $sql .= ", fk_user_modif=".$user->id; $sql .= " WHERE idp=$id"; $result = $this->db->query($sql);