summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 45f0fbc)
raw | patch | inline | side by side (parent: 45f0fbc)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 13 May 2005 07:42:44 +0000 (07:42 +0000) | ||
committer | cajus <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
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 | patch | blob | history |
diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc
index 206672fb395a3bd8f8119d42b3ab8a09b05b39c2..52ff0fe26dae8d9957e61a2447115fef4266a591 100644 (file)
}
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]."]";