New: early development of multi-company module

This commit is contained in:
Regis Houssin 2009-04-18 14:38:09 +00:00
parent ed159235f5
commit 634397b03b

View File

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