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);