From 646d17d08b3ed9877a31d74b2f9d611900685586 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 6 Jun 2005 06:07:42 +0000 Subject: [PATCH] Addressbook shows entry values on delete too git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@603 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/addons/addressbook/class_addressbook.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/addons/addressbook/class_addressbook.inc b/plugins/addons/addressbook/class_addressbook.inc index 1c3c87e2a..481ae069e 100644 --- a/plugins/addons/addressbook/class_addressbook.inc +++ b/plugins/addons/addressbook/class_addressbook.inc @@ -50,6 +50,8 @@ class addressbook extends plugin /* Include config object */ $this->config= $config; + print $dn; + #FIXME: ACL is set to default for testing $this->acl= "#all#"; @@ -258,7 +260,7 @@ class addressbook extends plugin break; case "remove": $this->dn= $_SESSION['show_info']; - + $this->load(); /* Load permissions for selected 'dn' and check if we're allowed to remove this 'dn' */ $ui= get_userinfo(); -- 2.30.2