Code

Removed unneeded code
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 28 Aug 2009 12:19:09 +0000 (12:19 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 28 Aug 2009 12:19:09 +0000 (12:19 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14158 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/roleManagement/admin/roleManagement/class_divListRole.inc

index 63026993853fd3218ce84ce47345755d43a3069e..5048751b8e55c495176e422541b80bcb8af45c57 100644 (file)
@@ -90,16 +90,6 @@ class divListRole extends MultiSelectWindow
     $base = $this->config->current['BASE'];
     $options  = $this->create_department_list($this->module);
 
-    /* Add base */
-    $tmp = array();
-    $tmp[] = array("dn"=>$this->config->current['BASE']);
-    $tmp= array_merge(
-        $tmp,
-        get_list("(&(|(ou=*)(description=*))(objectClass=gosaDepartment))", 
-          $this->module, 
-          $base,
-          array("ou", "description"), GL_SIZELIMIT | GL_SUBSEARCH));
-
     /* Add a seperator after displaying c&p and snapshot icons ? */
     $add_sep = false;