Reverting the accidently commited feature nobody wants to see.
authorLeon Weber <leon@users.mediawiki.org>
Mon, 8 Jan 2007 20:43:27 +0000 (20:43 +0000)
committerLeon Weber <leon@users.mediawiki.org>
Mon, 8 Jan 2007 20:43:27 +0000 (20:43 +0000)
includes/SpecialUnusedimages.php

index 1ff1631..75d702c 100644 (file)
@@ -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 );