summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c1d9fe9)
raw | patch | inline | side by side (parent: c1d9fe9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 Jan 2008 06:53:26 +0000 (06:53 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 2 Jan 2008 06:53:26 +0000 (06:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@8168 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/groups/class_groupApplication.inc | patch | blob | history |
diff --git a/plugins/admin/groups/class_groupApplication.inc b/plugins/admin/groups/class_groupApplication.inc
index a70248b0a5693e5c9ce0ab72d8416c81f78b8323..1d366568848ccb2c452fe7f45b50d2b172bcb1bf 100644 (file)
$ret['/']= '/';
}
+ natcasesort($ret);
return($ret);
}