isExpensive get default value
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 12 Jun 2004 20:24:05 +0000 (20:24 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 12 Jun 2004 20:24:05 +0000 (20:24 +0000)
includes/SpecialListusers.php

index ad11a78..08229f8 100644 (file)
@@ -8,10 +8,6 @@ class ListUsersPage extends QueryPage {
                return "Listusers";
        }
 
-       function isExpensive() {
-               return false;
-       }
-
        function getSQL() {
                global $wgIsPg;
                $usertable = $wgIsPg?'"user"':'user';