From a6d9797d93da82da3fc0ecd5cf70ea2c842a4be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Tue, 10 Feb 2009 08:46:44 +0000 Subject: [PATCH] change sorting of ldap status page to ignore NA git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1249 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 50cab23a1..23ba52264 100644 --- a/modules/ldapstatus/www/index.php +++ b/modules/ldapstatus/www/index.php @@ -140,7 +140,7 @@ function resultCode($res) { } } else { - $code .= '1'; + $code .= '0'; $lightCounter[1]++; } } -- GitLab