From: Rob Church Date: Wed, 19 Apr 2006 21:20:03 +0000 (+0000) Subject: Fix line endings (hope I did this right) X-Git-Tag: 1.31.0-rc.0~57419 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=fccb5a1f347f33f8f29095e3b29e31f719e316c9;p=lhc%2Fweb%2Fwiklou.git Fix line endings (hope I did this right) --- 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"; + ?>