Code

Fixed lists
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 May 2006 08:02:43 +0000 (08:02 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 10 May 2006 08:02:43 +0000 (08:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3253 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/class_divListGroup.inc
plugins/admin/groups/class_groupManagement.inc

index fa41f7612427a83120d6a0186d90b31fc11c2bd0..caa5d85a018c2c82ce88c8f49083ade8ca16bf33 100644 (file)
@@ -26,7 +26,7 @@ class divListGroup extends MultiSelectWindow
 
   function divListGroup ($config,$parent)
   {
-    MultiSelectWindow::MultiSelectWindow($config,"System");
+    MultiSelectWindow::MultiSelectWindow($config,"Groups");
     
     $this->parent       = $parent;
     $this->ui           = get_userinfo();
index 2c92aa27fdfc65371b48b9fbce08dacb3e43b78c..7bfc5c32784f9f6ff0e82be494dc9473e3dedc30 100644 (file)
@@ -407,7 +407,6 @@ class groupManagement extends plugin
         if this option is enabled in gosa conf && the checkbox is checked */  
     if(($this->ShowPrimaryCheckBox) && ($ShowPrimaryGroups)){
       $ldap->search("(&(uid=$Regex)(!(uid=*$))(objectClass=posixAccount)(gidNumber=*))", array("gidNumber", "cn"));
-      show_ldap_error($ldap->get_error());
       while ($attrs= $ldap->fetch()){
         $primaries[$attrs['gidNumber'][0]]= $attrs['cn'][0];
       }