Index: trunk/phase3/includes/SpecialUnusedimages.php |
— | — | @@ -40,10 +40,6 @@ |
41 | 41 | } |
42 | 42 | } |
43 | 43 | |
44 | | - function getOrder() { |
45 | | - return ' ORDER BY img_name'; |
46 | | - } |
47 | | - |
48 | 44 | function formatResult( $skin, $result ) { |
49 | 45 | global $wgLang, $wgContLang; |
50 | 46 | $title = Title::makeTitle( NS_IMAGE, $result->title ); |