Fix to save correct data into company_id when timetrack is enabled.

This commit is contained in:
Miles Lott 2001-01-21 07:40:46 +00:00
parent 9d6b19c1b7
commit 9c20cc177e
2 changed files with 4 additions and 4 deletions

View File

@ -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"]

View File

@ -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"]