Minor field tweaking.

This commit is contained in:
Miles Lott 2001-01-21 06:39:35 +00:00
parent 979d35be52
commit 9d6b19c1b7

View File

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