From 7cb975f2de80d2e228c0d9a42f58fc6ecfa7d96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 2 Mar 2009 09:52:16 +0000 Subject: [PATCH] Fix ordering of ldapstatus list... git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1355 44740490-163a-0410-bde0-09ae8108e29a --- modules/ldapstatus/www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ldapstatus/www/index.php b/modules/ldapstatus/www/index.php index 97d0f7547..61ca15e03 100644 --- a/modules/ldapstatus/www/index.php +++ b/modules/ldapstatus/www/index.php @@ -173,7 +173,7 @@ $lightCounter = array(0,0,0); function resultCode($res) { global $lightCounter; $code = ''; - $columns = array('configMeta', 'config', 'ping', 'adminBind', 'ldapSearchBogus', 'configTest', 'ldapSearchTestUser', 'ldapBindTestUser', 'getTestOrg', ); + $columns = array('config', 'ping', 'cert', 'adminBind', 'ldapSearchBogus', 'configTest', 'ldapSearchTestUser', 'ldapBindTestUser', 'getTestOrg', 'configMeta'); foreach ($columns AS $c) { if (array_key_exists($c, $res)) { if ($res[$c][0]) { -- GitLab