mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix to save correct data into company_id when timetrack is enabled.
This commit is contained in:
parent
9d6b19c1b7
commit
9c20cc177e
@ -100,7 +100,7 @@
|
||||
. "','" . addslashes($this->zip)
|
||||
. "','" . addslashes($this->bday)
|
||||
. "','" . addslashes($this->notes)
|
||||
. "','" . addslashes($this->company_id)
|
||||
. "','" . addslashes($this->company)
|
||||
. "','" . addslashes($this->access)
|
||||
. "','" . addslashes($this->url)
|
||||
. "','" . $phpgw_info["user"]["account_id"]
|
||||
@ -160,7 +160,7 @@
|
||||
. "', ab_zip='" . addslashes($this->zip)
|
||||
. "', ab_bday='" . addslashes($this->bday)
|
||||
. "', ab_notes='" . addslashes($this->notes)
|
||||
. "', ab_company_id='" . addslashes($this->company_id)
|
||||
. "', ab_company_id='" . addslashes($this->company)
|
||||
. "', ab_access='" . addslashes($this->access)
|
||||
. "', ab_url='" . addslashes($this->url)
|
||||
. "' WHERE ab_owner='" . $phpgw_info["user"]["account_id"]
|
||||
|
@ -100,7 +100,7 @@
|
||||
. "','" . addslashes($this->zip)
|
||||
. "','" . addslashes($this->bday)
|
||||
. "','" . addslashes($this->notes)
|
||||
. "','" . addslashes($this->company_id)
|
||||
. "','" . addslashes($this->company)
|
||||
. "','" . addslashes($this->access)
|
||||
. "','" . addslashes($this->url)
|
||||
. "','" . $phpgw_info["user"]["account_id"]
|
||||
@ -160,7 +160,7 @@
|
||||
. "', ab_zip='" . addslashes($this->zip)
|
||||
. "', ab_bday='" . addslashes($this->bday)
|
||||
. "', ab_notes='" . addslashes($this->notes)
|
||||
. "', ab_company_id='" . addslashes($this->company_id)
|
||||
. "', ab_company_id='" . addslashes($this->company)
|
||||
. "', ab_access='" . addslashes($this->access)
|
||||
. "', ab_url='" . addslashes($this->url)
|
||||
. "' WHERE ab_owner='" . $phpgw_info["user"]["account_id"]
|
||||
|
Loading…
Reference in New Issue
Block a user