removed non-matching wfProfileOut() calls
[mediawiki.git] / maintenance / convertLinks.php
blob62b41eb630ec4718c5a68df5a7d113d5583075f9
1 <?php
2 # Convert from the old links schema (string->ID) to the new schema (ID->ID)
3 # The wiki should be put into read-only mode while this script executes
5 require_once( "commandLine.inc" );
6 # the below should probably be moved into commandLine.inc at some point
7 require_once( "../AdminSettings.php" );
8 require_once( "convertLinks.inc" );
10 convertLinks();