* added $wgEnableAPI
[mediawiki.git] / maintenance / convertLinks.php
blob5939b943b0a8fb37bfe8633a49bf5f6eb825a455
1 <?php
2 /**
3 * Convert from the old links schema (string->ID) to the new schema (ID->ID)
4 * The wiki should be put into read-only mode while this script executes
6 * @package MediaWiki
7 * @subpackage Maintenance
8 */
10 /** */
11 require_once( "commandLine.inc" );
12 require_once( "convertLinks.inc" );
14 convertLinks();