Table page_props needed in tests after all.
[lhc/web/wiklou.git] / maintenance / convertLinks.php
index 5939b94..bc0aef4 100644 (file)
@@ -3,8 +3,7 @@
  * 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
+ * @addtogroup Maintenance
  */
 
 /** */
@@ -13,4 +12,4 @@ require_once( "convertLinks.inc" );
 
 convertLinks();
 
-?>
+