Correction erreur dans update_perso

This commit is contained in:
Rodolphe Quiedeville 2004-02-02 13:26:53 +00:00
parent 12b9bd7690
commit 4a37932143

View File

@ -165,7 +165,7 @@ class Contact
{ {
$sql = "UPDATE llx_socpeople SET "; $sql = "UPDATE llx_socpeople SET ";
$sql .= " birthday='".$db->idate($this->birthday)."'"; $sql .= " birthday='".$this->db->idate($this->birthday)."'";
$sql .= " WHERE idp=$id"; $sql .= " WHERE idp=$id";
$result = $this->db->query($sql); $result = $this->db->query($sql);