From 183851b06bd6c52f3cae5375f433da720d410447 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 11 Oct 2006 18:12:39 +0000 Subject: MediaWiki 1.7.1 wiederhergestellt --- maintenance/convertLinks.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 maintenance/convertLinks.php (limited to 'maintenance/convertLinks.php') diff --git a/maintenance/convertLinks.php b/maintenance/convertLinks.php new file mode 100644 index 00000000..5939b943 --- /dev/null +++ b/maintenance/convertLinks.php @@ -0,0 +1,16 @@ +ID) to the new schema (ID->ID) + * The wiki should be put into read-only mode while this script executes + * + * @package MediaWiki + * @subpackage Maintenance + */ + +/** */ +require_once( "commandLine.inc" ); +require_once( "convertLinks.inc" ); + +convertLinks(); + +?> -- cgit v1.2.2