From fccb5a1f347f33f8f29095e3b29e31f719e316c9 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Wed, 19 Apr 2006 21:20:03 +0000 Subject: [PATCH] Fix line endings (hope I did this right) --- maintenance/showJobs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/maintenance/showJobs.php b/maintenance/showJobs.php index cbd65d5c94..98e47de2fe 100644 --- a/maintenance/showJobs.php +++ b/maintenance/showJobs.php @@ -15,4 +15,5 @@ $wgTitle = new FakeTitle; $dbw =& wfGetDB( DB_MASTER ); $count = $dbw->selectField( 'job', 'count(*)', '', 'runJobs.php' ); print $count."\n"; + ?> -- 2.20.1