00001 <?php 00012 require_once( 'commandLine.inc' ); 00013 00014 $dbw = wfGetDB( DB_MASTER ); 00015 $count = $dbw->selectField( 'job', 'count(*)', '', 'runJobs.php' ); 00016 print $count."\n"; 00017 00018