Apply ^demon's patch. Reason was: fixes mismatched <tbody> issue from when child...
[lhc/web/wiklou.git] / maintenance / convertLinks.php
index 5939b94..e86d1e7 100644 (file)
@@ -3,8 +3,8 @@
  * Convert from the old links schema (string->ID) to the new schema (ID->ID)
  * The wiki should be put into read-only mode while this script executes
  *
- * @package MediaWiki
- * @subpackage Maintenance
+ * @file
+ * @ingroup Maintenance
  */
 
 /** */
@@ -12,5 +12,3 @@ require_once( "commandLine.inc" );
 require_once( "convertLinks.inc" );
 
 convertLinks();
-
-?>