New: early development of multi-company module
This commit is contained in:
parent
ed159235f5
commit
634397b03b
@ -982,7 +982,7 @@ class User extends CommonObject
|
||||
$sql.= ", phenix_login = '".addslashes($this->phenix_login)."'";
|
||||
$sql.= ", phenix_pass = '".addslashes($this->phenix_pass)."'";
|
||||
$sql.= ", note = '".addslashes($this->note)."'";
|
||||
//$sql.= ", entity = '".$this->entity."'";
|
||||
$sql.= ", entity = '".$this->entity."'";
|
||||
$sql.= " WHERE rowid = ".$this->id;
|
||||
|
||||
dol_syslog("User::update sql=".$sql, LOG_DEBUG);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user