bug fix
[mediawiki.git] / maintenance / convertLinks.php
blob3511e407d5ced7ae35787ce0d72a8f386ec8c757
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 require_once( "convertLinks.inc" );
8 convertLinks();