No need for (1), keep tinyint consistent with the other booleans.
[lhc/web/wiklou.git] / maintenance / showJobs.php
index cbd65d5..2ecc8ac 100644 (file)
@@ -12,7 +12,8 @@ require_once( "$IP/includes/FakeTitle.php" );
 // Trigger errors on inappropriate use of $wgTitle
 $wgTitle = new FakeTitle;
 
-$dbw =& wfGetDB( DB_MASTER );
+$dbw = wfGetDB( DB_MASTER );
 $count = $dbw->selectField( 'job', 'count(*)', '', 'runJobs.php' );
 print $count."\n";
-?>
+
+