Correction erreur dans update_perso
This commit is contained in:
parent
12b9bd7690
commit
4a37932143
@ -165,7 +165,7 @@ class Contact
|
||||
{
|
||||
|
||||
$sql = "UPDATE llx_socpeople SET ";
|
||||
$sql .= " birthday='".$db->idate($this->birthday)."'";
|
||||
$sql .= " birthday='".$this->db->idate($this->birthday)."'";
|
||||
$sql .= " WHERE idp=$id";
|
||||
|
||||
$result = $this->db->query($sql);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user