From b0867d2680b8b633a77eafbd30f1a910fe0bd3a9 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 19 Apr 2006 21:13:47 +0000 Subject: [PATCH] lame script based on runJobs.php by Tim Starling. Basicly output number of jobs ongoing given a wikidatabase. --- maintenance/showJobs.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 maintenance/showJobs.php 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"; +?> -- 2.20.1