From 7f4f5990bf78d573dc5d1ed99d253e9487cc1de4 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 13 May 2005 07:42:44 +0000 Subject: [PATCH] Removed "inteligence" of the group list which tries to tweak the 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 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/admin/groups/class_groupManagement.inc b/plugins/admin/groups/class_groupManagement.inc index 206672fb3..52ff0fe26 100644 --- a/plugins/admin/groups/class_groupManagement.inc +++ b/plugins/admin/groups/class_groupManagement.inc @@ -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]."]"; -- 2.30.2