From: hickert Date: Mon, 6 Jun 2005 06:07:42 +0000 (+0000) Subject: Addressbook shows entry values on delete too X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=646d17d08b3ed9877a31d74b2f9d611900685586;p=gosa.git Addressbook shows entry values on delete too git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@603 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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();