diff options
author | Gunnar Wrobel <wrobel@pardus.de> | 2010-08-23 09:04:55 (GMT) |
---|---|---|
committer | Gunnar Wrobel <wrobel@pardus.de> | 2010-08-23 09:04:55 (GMT) |
commit | 30b3bc5c346519a601488201bfacf93bd845c158 (patch) | |
tree | 33eae7284415d5d8a902f161853fdb9a3a3fe0cc /www/admin | |
parent | fd88a93ad41e18befacbe34e3824adf6e2c824ef (diff) | |
download | kolab-webadmin-30b3bc5c346519a601488201bfacf93bd845c158.tar.gz |
kolab/issue4515 (Sort some additional lists in the web admin)
Diffstat (limited to 'www/admin')
-rw-r--r-- | www/admin/settings/index.php.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/admin/settings/index.php.in b/www/admin/settings/index.php.in index 0f78ae9..986d0c6 100644 --- a/www/admin/settings/index.php.in +++ b/www/admin/settings/index.php.in @@ -68,6 +68,7 @@ function extract_ldap_values() $postfixmydomain = $attrs['postfix-mydomain'][0]; $postfixmydestination = $attrs['postfix-mydestination']; unset($postfixmydestination['count']); + sort($postfixmydestination); unset( $attrs['postfix-mynetworks']['count'] ); $postfixmynetworks = join(', ',$attrs['postfix-mynetworks']); $postfixallowunauth = $attrs['postfix-allow-unauthenticated'][0]; |