summaryrefslogtreecommitdiff
path: root/maintenance/showJobs.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2009-06-10 13:00:47 +0200
committerPierre Schmitz <pierre@archlinux.de>2009-06-10 13:00:47 +0200
commit72e90545454c0e014318fa3c81658e035aac58c1 (patch)
tree9212e3f46868989c4d57ae9a5c8a1a80e4dc0702 /maintenance/showJobs.php
parent565a0ccc371ec1a2a0e9b39487cbac18e6f60e25 (diff)
applying patch to version 1.15.0
Diffstat (limited to 'maintenance/showJobs.php')
-rw-r--r--maintenance/showJobs.php5
1 files changed, 0 insertions, 5 deletions
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' );