From: Leon Weber Date: Mon, 8 Jan 2007 20:43:27 +0000 (+0000) Subject: Reverting the accidently commited feature nobody wants to see. X-Git-Tag: 1.31.0-rc.0~54574 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22sites_tous%22%29%20.%20%22?a=commitdiff_plain;h=02b8bebfc3b672f6030ae56d2c0acca999a15a4e;p=lhc%2Fweb%2Fwiklou.git Reverting the accidently commited feature nobody wants to see. --- 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 );