PG hack for temporary tables breaks MySQL 4.1. :P special-case it
[lhc/web/wiklou.git] / maintenance / rebuildrecentchanges.php
index 6e342b2..77816cf 100644 (file)
@@ -1,10 +1,16 @@
 <?php
+/**
+ * Rebuild link tracking tables from scratch.  This takes several
+ * hours, depending on the database size and server configuration.
+ *
+ * @todo document
+ * @package MediaWiki
+ * @subpackage Maintenance
+ */
 
-# Rebuild link tracking tables from scratch.  This takes several
-# hours, depending on the database size and server configuration.
-
+/** */
 require_once( "commandLine.inc" );
-require_once( "./rebuildrecentchanges.inc" );
+require_once( "rebuildrecentchanges.inc" );
 $wgTitle = Title::newFromText( "Rebuild recent changes script" );
 
 $wgDBuser                      = $wgDBadminuser;