gunnar: server/kolab-webadmin/kolab-webadmin/www/admin/settings index.php.in, 1.3, 1.4

cvs at kolab.org cvs at kolab.org
Mon Aug 23 11:04:57 CEST 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/settings
In directory doto:/tmp/cvs-serv3314/kolab-webadmin/kolab-webadmin/www/admin/settings

Modified Files:
	index.php.in 
Log Message:
kolab/issue4515 (Sort some additional lists in the web admin)

Index: index.php.in
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/settings/index.php.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- index.php.in	21 May 2010 15:58:20 -0000	1.3
+++ index.php.in	23 Aug 2010 09:04:55 -0000	1.4
@@ -68,6 +68,7 @@
 	$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];





More information about the commits mailing list