This commit is contained in:
Rodolphe Quiedeville 2004-05-28 15:17:22 +00:00
parent 45b19f6783
commit 972eaa6026

View File

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