Code

- added the notification of the module database used in the right place
[gosa.git] / gosa-core / include / class_userinfo.inc
index a32f07da647664216c4cd799b4ebecd6208cbefe..65ac65c5860040eda79bb3ec612399280edbc372 100644 (file)
@@ -158,9 +158,9 @@ class userinfo
       foreach($aclc[$dn] as $idx => $type){
         $interresting= FALSE;
         
-        /* No members? This is good for all users... */
+        /* No members? This ACL rule is deactivated ... */
         if (!count($type['members'])){
-          $interresting= TRUE;
+          $interresting= FALSE; 
         } else {
 
           /* Inspect members... */