00001 <?php 00002 # Convert from the old links schema (string->ID) to the new schema (ID->ID) 00003 # The wiki should be put into read-only mode while this script executes 00004 00005 require_once( "commandLine.inc" ); 00006 require_once( "convertLinks.inc" ); 00007 00008 convertLinks(); 00009 00010 ?>