From afc4f671c9679ccc6e7ab14e3d11e79a0148c71a Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 14 Mar 2001 16:57:18 +0000 Subject: [PATCH] Comment out the acl deletion prior to add - should change be the method? --- setup/ldap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/ldap.php b/setup/ldap.php index 5a942279a9..d88ffdeeae 100644 --- a/setup/ldap.php +++ b/setup/ldap.php @@ -115,7 +115,7 @@ $acl->db = $phpgw_setup->db; $acl->read_repository(); while ($app = each($s_apps)) { - $acl->delete($app[1],'run',1); + //$acl->delete($app[1],'run',1); $acl->add($app[1],'run',1); } $acl->save_repository(); @@ -155,7 +155,7 @@ // as a group member. for ($a=0;$adelete('admin','run',1); + //$acl->delete('admin','run',1); $acl->add('admin','run',1); } }