From: Antoine Musso Date: Wed, 19 Apr 2006 21:13:47 +0000 (+0000) Subject: lame script based on runJobs.php by Tim Starling. Basicly X-Git-Tag: 1.31.0-rc.0~57420 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=b0867d2680b8b633a77eafbd30f1a910fe0bd3a9;p=lhc%2Fweb%2Fwiklou.git lame script based on runJobs.php by Tim Starling. Basicly output number of jobs ongoing given a wikidatabase. --- diff --git a/maintenance/showJobs.php b/maintenance/showJobs.php new file mode 100644 index 0000000000..cbd65d5c94 --- /dev/null +++ b/maintenance/showJobs.php @@ -0,0 +1,18 @@ +selectField( 'job', 'count(*)', '', 'runJobs.php' ); +print $count."\n"; +?>