Code

Removed "inteligence" of the group list which tries to tweak the
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 13 May 2005 07:42:44 +0000 (07:42 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 13 May 2005 07:42:44 +0000 (07:42 +0000)
descriptive text for primary groups without descriptions. This
does not work with multi-user primary groups.

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@199 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/class_groupManagement.inc

index 206672fb395a3bd8f8119d42b3ab8a09b05b39c2..52ff0fe26dae8d9957e61a2447115fef4266a591 100644 (file)
@@ -372,13 +372,6 @@ class groupManagement extends plugin
        }
 
        foreach ($res as $value){
-               /* Is primary group? Change description */
-               if (isset($primaries[$value['gidNumber'][0]])){
-                       $dsc= _("Group of user")." ".$primaries[$value['gidNumber'][0]];
-                       $this->grouplist[$value["dn"]]= $value["cn"][0]." [".$dsc."]";
-                       continue;
-               }
-
                if (isset($value["description"][0])){
                        $this->grouplist[$value["dn"]]= $value["cn"][0]." [".
                                        $value["description"][0]."]";