Fix line endings (hope I did this right)
authorRob Church <robchurch@users.mediawiki.org>
Wed, 19 Apr 2006 21:20:03 +0000 (21:20 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Wed, 19 Apr 2006 21:20:03 +0000 (21:20 +0000)
maintenance/showJobs.php

index cbd65d5..98e47de 100644 (file)
@@ -15,4 +15,5 @@ $wgTitle = new FakeTitle;
 $dbw =& wfGetDB( DB_MASTER );
 $count = $dbw->selectField( 'job', 'count(*)', '', 'runJobs.php' );
 print $count."\n";
+
 ?>