From 0e92cd4ed40ce247d85de730c643cad2bb8e9bda Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 2 May 2007 17:14:13 +0000 Subject: [PATCH] *remove useless ksort() call --- includes/SpecialProtectedpages.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/SpecialProtectedpages.php b/includes/SpecialProtectedpages.php index 40143e55ed..59a52646a3 100644 --- a/includes/SpecialProtectedpages.php +++ b/includes/SpecialProtectedpages.php @@ -145,9 +145,6 @@ class ProtectedPagesForm { $m[$text] = $type; } - // Second pass to sort by name - ksort($m); - // Third pass generates sorted XHTML content foreach( $m as $text => $type ) { $selected = ($type == $pr_type ); -- 2.20.1