From 72e90545454c0e014318fa3c81658e035aac58c1 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 10 Jun 2009 13:00:47 +0200 Subject: applying patch to version 1.15.0 --- maintenance/showJobs.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'maintenance/showJobs.php') diff --git a/maintenance/showJobs.php b/maintenance/showJobs.php index d4f68db7..6e38c854 100644 --- a/maintenance/showJobs.php +++ b/maintenance/showJobs.php @@ -10,11 +10,6 @@ * @author Ashar Voultoiz */ require_once( 'commandLine.inc' ); -require_once( "$IP/includes/JobQueue.php" ); -require_once( "$IP/includes/FakeTitle.php" ); - -// Trigger errors on inappropriate use of $wgTitle -$wgTitle = new FakeTitle; $dbw = wfGetDB( DB_MASTER ); $count = $dbw->selectField( 'job', 'count(*)', '', 'runJobs.php' ); -- cgit v1.2.3-54-g00ecf