From 972eaa60264151afde700ba0b871a6ac45374667 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 28 May 2004 15:17:22 +0000 Subject: [PATCH] Bugfix --- htdocs/contact.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index 4afc1b73955..1eca577948d 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -213,7 +213,7 @@ class Contact { $sql = "UPDATE llx_socpeople SET "; - $sql .= " birthday='".$this->birthday)."'"; + $sql .= " birthday='".$this->birthday."'"; $sql .= " WHERE idp=$id"; $result = $this->db->query($sql);