summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8f0c67e)
raw | patch | inline | side by side (parent: 8f0c67e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 Apr 2006 12:06:06 +0000 (12:06 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 Apr 2006 12:06:06 +0000 (12:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3064 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/users/class_userManagement.inc | patch | blob | history |
diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc
index da884aac227a0d69f16c3d7f2a8266a6bcd5c92a..703105dce84d45d4ecff54216a1047b6b0448259 100644 (file)
$deps= get_list("(&(|(ou=$regex)(description=$regex))(objectClass=gosaDepartment))", $this->ui->subtreeACL,
$dep_base, array("ou", "description"), GL_SIZELIMIT | GL_CONVERT);
- /* sort deparmtents */
- natcasesort($deps);
-
/* Append deparments to class var and if available add description */
foreach($deps as $value){
if(isset($value['description'][0])){
}
}
+ natcasesort($this->departments);
}