added PPCustomFrame classes to restore ability to use replaceVariables with a custom...
[lhc/web/wiklou.git] / maintenance / showJobs.php
index 14aff3d..7d2855e 100644 (file)
@@ -2,6 +2,8 @@
 /**
  * Based on runJobs.php
  *
+ * @file
+ * @ingroup Maintenance
  * @author Tim Starling
  * @author Ashar Voultoiz
  */
@@ -16,4 +18,4 @@ $dbw = wfGetDB( DB_MASTER );
 $count = $dbw->selectField( 'job', 'count(*)', '', 'runJobs.php' );
 print $count."\n";
 
-?>
+