From 54caad3a6c331631a1830649a86832f50158e78c Mon Sep 17 00:00:00 2001 From: Rob Church Date: Wed, 3 May 2006 01:24:29 +0000 Subject: [PATCH] Remove leftover cruft --- includes/SpecialListusers.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/includes/SpecialListusers.php b/includes/SpecialListusers.php index a35794c440..411d620ca7 100644 --- a/includes/SpecialListusers.php +++ b/includes/SpecialListusers.php @@ -76,13 +76,6 @@ class ListUsersPage extends QueryPage { * @todo localize */ function getPageHeader( ) { - global $wgScript; - - // Various variables used for the form - $action = htmlspecialchars( $wgScript ); - $title = Title::makeTitle( NS_SPECIAL, 'Listusers' ); - $special = htmlspecialchars( $title->getPrefixedDBkey() ); - $self = $this->getTitle(); # Form tag -- 2.20.1