mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
Remove last acl call from vcardout
This commit is contained in:
parent
7d2d4c7658
commit
2fe467a133
@ -34,9 +34,6 @@
|
|||||||
|
|
||||||
$fields = addressbook_read_entry($ab_id,$this->stock_contact_fields);
|
$fields = addressbook_read_entry($ab_id,$this->stock_contact_fields);
|
||||||
|
|
||||||
$rights = $phpgw->acl->get_rights($fields[0]["owner"],$phpgw_info["flags"]["currentapp"]);
|
|
||||||
if ( ($rights & PHPGW_ACL_READ) || ($fields[0]["owner"] == $phpgw_info["user"]["account_id"]) ) {
|
|
||||||
|
|
||||||
$email = $fields[0]["d_email"];
|
$email = $fields[0]["d_email"];
|
||||||
$fullname = $fields[0]["fn"];
|
$fullname = $fields[0]["fn"];
|
||||||
$prefix = $fields[0]["n_prefix"];
|
$prefix = $fields[0]["n_prefix"];
|
||||||
@ -124,9 +121,6 @@
|
|||||||
printf("VERSION:2.1\r\n");
|
printf("VERSION:2.1\r\n");
|
||||||
printf("END:VCARD\r\n");
|
printf("END:VCARD\r\n");
|
||||||
} /* !nolname && !nofname */
|
} /* !nolname && !nofname */
|
||||||
} else { /* acl check failed */
|
|
||||||
Header("Location: " . $phpgw->link("vcardout.php","nofname=1&ab_id=$ab_id&start=$start&order=$order&filter=" . "$filter&query=$query&sort=$sort"));
|
|
||||||
}
|
|
||||||
|
|
||||||
if($nofname) {
|
if($nofname) {
|
||||||
echo "<BR><BR><CENTER>";
|
echo "<BR><BR><CENTER>";
|
||||||
|
Loading…
Reference in New Issue
Block a user