From 02b8bebfc3b672f6030ae56d2c0acca999a15a4e Mon Sep 17 00:00:00 2001 From: Leon Weber Date: Mon, 8 Jan 2007 20:43:27 +0000 Subject: [PATCH] Reverting the accidently commited feature nobody wants to see. --- includes/SpecialUnusedimages.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/SpecialUnusedimages.php b/includes/SpecialUnusedimages.php index 1ff1631a31..75d702c852 100644 --- a/includes/SpecialUnusedimages.php +++ b/includes/SpecialUnusedimages.php @@ -40,10 +40,6 @@ class UnusedimagesPage extends QueryPage { } } - function getOrder() { - return ' ORDER BY img_name'; - } - function formatResult( $skin, $result ) { global $wgLang, $wgContLang; $title = Title::makeTitle( NS_IMAGE, $result->title ); -- 2.20.1