From f55b680bb9d3c3d2ca91659936a35b0e4a50c6e7 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 28 Aug 2009 12:19:09 +0000 Subject: [PATCH] Removed unneeded code git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14158 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/roleManagement/class_divListRole.inc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gosa-plugins/roleManagement/admin/roleManagement/class_divListRole.inc b/gosa-plugins/roleManagement/admin/roleManagement/class_divListRole.inc index 630269938..5048751b8 100644 --- a/gosa-plugins/roleManagement/admin/roleManagement/class_divListRole.inc +++ b/gosa-plugins/roleManagement/admin/roleManagement/class_divListRole.inc @@ -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; -- 2.30.2