From 634397b03b91f8afc77d46c5c34f43f051327bb9 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 18 Apr 2009 14:38:09 +0000 Subject: [PATCH] New: early development of multi-company module --- htdocs/user.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user.class.php b/htdocs/user.class.php index 629cddd3e32..ee7b90ed93d 100644 --- a/htdocs/user.class.php +++ b/htdocs/user.class.php @@ -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);