From: cajus Date: Fri, 28 Aug 2009 12:19:09 +0000 (+0000) Subject: Removed unneeded code X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f55b680bb9d3c3d2ca91659936a35b0e4a50c6e7;p=gosa.git Removed unneeded code git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14158 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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;