sort admin list A->Z
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 14 Jun 2004 09:19:17 +0000 (09:19 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 14 Jun 2004 09:19:17 +0000 (09:19 +0000)
includes/SpecialListadmins.php

index 8f37118..39ad800 100644 (file)
@@ -8,6 +8,10 @@ class ListAdminsPage extends PageQueryPage {
                return 'Listadmins';
        }
 
+       function sortDescending() {
+               return false;
+       }
+
        function getSQL() {
                global $wgIsPg;
                $usertable = $wgIsPg?'"user"':'user';