Move null fields list to class

This commit is contained in:
Miles Lott 2001-02-04 19:10:02 +00:00
parent 94e85da4c5
commit 2332762d94

View File

@ -32,7 +32,7 @@
if ($confirm != "true") {
$fields = $this->read($ab_id, array("owner" => $owner), array("owner" => $owner));
$fields = $this->read($ab_id, array("owner" => $owner));
if ($fielfs["owner"] != $phpgw_info["user"]["account_id"]) {
@Header("Location: " . $phpgw->link($phpgw_info["server"]["webserver_url"] . "/addressbook/"));