mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-28 16:21:33 +01:00
Minor field tweaking.
This commit is contained in:
parent
979d35be52
commit
9d6b19c1b7
@ -49,6 +49,7 @@
|
||||
|
||||
$this->id = $ab_id;
|
||||
$this->company = $company;
|
||||
$this->company_id = $company_id;
|
||||
$this->firstname = $firstname;
|
||||
$this->lastname = $lastname;
|
||||
$this->email = $email;
|
||||
@ -69,7 +70,7 @@
|
||||
$this->notes = $notes;
|
||||
$this->access = $access;
|
||||
|
||||
$this->update_entry($this);
|
||||
$this->update_entry();
|
||||
|
||||
Header("Location: " . $phpgw->link("view.php","&ab_id=$ab_id&order=$order&sort=$sort&filter="
|
||||
. "$filter&start=$start"));
|
||||
|
Loading…
Reference in New Issue
Block a user