Bugfix
This commit is contained in:
parent
45b19f6783
commit
972eaa6026
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user