Update user.class.php

This commit is contained in:
Laurent Destailleur 2021-01-19 10:53:47 +01:00 committed by GitHub
parent 73eee33f8a
commit 8cd8f21fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1424,7 +1424,6 @@ class User extends CommonObject
$sql .= ", fk_soc=".$contact->socid;
}
$sql .= " WHERE rowid=".$this->id;
print var_dump($sql);
$resql = $this->db->query($sql);