jobqueue changes
[lhc/web/wiklou.git] / maintenance / rebuildrecentchanges.php
index 77816cf..9311d0f 100644 (file)
@@ -3,9 +3,9 @@
  * Rebuild link tracking tables from scratch.  This takes several
  * hours, depending on the database size and server configuration.
  *
+ * @file
  * @todo document
- * @package MediaWiki
- * @subpackage Maintenance
+ * @ingroup Maintenance
  */
 
 /** */
@@ -16,10 +16,9 @@ $wgTitle = Title::newFromText( "Rebuild recent changes script" );
 $wgDBuser                      = $wgDBadminuser;
 $wgDBpassword          = $wgDBadminpassword;
 
-rebuildRecentChangesTablePass1();
-rebuildRecentChangesTablePass2();
+rebuildRecentChangesTable();
 
 print "Done.\n";
 exit();
 
-?>
+