* Keep message keys lowercase
[mediawiki.git] / maintenance / convertLinks.php
blob6d07df50f1a2d4924fe6b1b2f91fee5e5581087f
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 * @addtogroup Maintenance
7 */
9 /** */
10 require_once( "commandLine.inc" );
11 require_once( "convertLinks.inc" );
13 convertLinks();