Code

Backport from trunk
[gosa.git] / gosa-plugins / goto / admin / systems / ppd / class_ppdManager.inc
index d75fa472b5764d798f179d4f8acccef18a15fa5f..704366b49143e369c5df39c859571bb7b95ee95e 100644 (file)
@@ -211,7 +211,7 @@ class ppdManager
                     trigger_error(_('Nested groups are not supported!'), E_USER_WARNING);
                     continue;
                 }
-                if (in_array($group, $properties)){
+                if (in_array_strict($group, $properties)){
                     trigger_error(_('Group name not unique!'), E_USER_WARNING);
                     continue;
                 }