summaryrefslogtreecommitdiff
path: root/maintenance/showJobs.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/showJobs.php')
-rw-r--r--maintenance/showJobs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/showJobs.php b/maintenance/showJobs.php
index 14aff3d5..2ecc8aca 100644
--- a/maintenance/showJobs.php
+++ b/maintenance/showJobs.php
@@ -16,4 +16,4 @@ $dbw = wfGetDB( DB_MASTER );
$count = $dbw->selectField( 'job', 'count(*)', '', 'runJobs.php' );
print $count."\n";
-?>
+