From: Aaron Schulz Date: Wed, 2 May 2007 17:14:13 +0000 (+0000) Subject: *remove useless ksort() call X-Git-Tag: 1.31.0-rc.0~53120 X-Git-Url: http://git.cyclocoop.org//%22%22.str_replace%28%27%22%27%2C?a=commitdiff_plain;h=0e92cd4ed40ce247d85de730c643cad2bb8e9bda;p=lhc%2Fweb%2Fwiklou.git *remove useless ksort() call --- 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 );