summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 26e6b3f)
raw | patch | inline | side by side (parent: 26e6b3f)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Aug 2009 12:19:09 +0000 (12:19 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/gosa-plugins/roleManagement/admin/roleManagement/class_divListRole.inc b/gosa-plugins/roleManagement/admin/roleManagement/class_divListRole.inc
index 63026993853fd3218ce84ce47345755d43a3069e..5048751b8e55c495176e422541b80bcb8af45c57 100644 (file)
$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;