Code

Some pliglist iconmenu updates
[gosa.git] / gosa-core / include / class_userinfo.inc
index f972e99628a9f331570649c9b266154ccb9e046b..1b5fac84eb57e51b426f94f8f004acc4d57790e1 100644 (file)
@@ -177,7 +177,7 @@ class userinfo
             }
 
             /* Wildcard? */
-            if (preg_match('/^\*/',  $grp)){
+            if (preg_match('/^G:\*/',  $grp)){
               $interresting= TRUE;
             }
           }