mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Move null fields list to class
This commit is contained in:
parent
94e85da4c5
commit
2332762d94
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
|
|
||||||
if ($confirm != "true") {
|
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"]) {
|
if ($fielfs["owner"] != $phpgw_info["user"]["account_id"]) {
|
||||||
@Header("Location: " . $phpgw->link($phpgw_info["server"]["webserver_url"] . "/addressbook/"));
|
@Header("Location: " . $phpgw->link($phpgw_info["server"]["webserver_url"] . "/addressbook/"));
|
||||||
|
Loading…
Reference in New Issue
Block a user