summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8e7ac28)
raw | patch | inline | side by side (parent: 8e7ac28)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 Jan 2008 06:59:03 +0000 (06:59 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 Jan 2008 06:59:03 +0000 (06:59 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8169 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/groups/class_groupApplication.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/groups/class_groupApplication.inc b/gosa-core/plugins/admin/groups/class_groupApplication.inc
index 12b80fab21da955b609519b1be3058b5c17b5132..02d0cc9bc3ab8d2f7f12689c0c79b26836c7e4b9 100644 (file)
$ret[$attrs['dn']] = $name;
}
}
+ natcasesort($ret);
return($ret);
}