From 9cbf06e5d2f7f65f357a558ace4349b4829005f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Fri, 10 Jul 2009 07:55:35 +0000
Subject: [PATCH] Allow sorting on schema on ldapstatus

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1558 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 8f743d3cc..420a1a556 100644
--- a/modules/ldapstatus/www/index.php
+++ b/modules/ldapstatus/www/index.php
@@ -227,7 +227,7 @@ $lightCounter = array(0,0,0);
 function resultCode($res, $sortby = NULL) {
 	global $lightCounter;
 	$code = '';
-	$columns = array('config', 'ping', 'cert', 'adminBind', 'ldapSearchBogus', 'configTest', 'ldapSearchTestUser', 'ldapBindTestUser', 'getTestOrg', 'configMeta');
+	$columns = array('config', 'ping', 'cert', 'adminBind', 'ldapSearchBogus', 'configTest', 'ldapSearchTestUser', 'ldapBindTestUser', 'getTestOrg', 'configMeta', 'schema');
 	
 	if (!empty($sortby) && in_array($sortby, $columns)) {
 		
-- 
GitLab