1.2 -> 1.3 conversion using the web-based installer
[lhc/web/wiklou.git] / maintenance / convertLinks.inc
index a2acf67..4ca7cd4 100644 (file)
@@ -1,6 +1,8 @@
 <?php
 
 function convertLinks() {
+       print "Converting links table to ID-ID...\n";
+       
        global $wgLang, $wgDBserver, $wgDBadminuser, $wgDBadminpassword, $wgDBname;
        
        $numRows = $tuplesAdded = $numBadLinks = $curRowsRead = 0; #counters etc
@@ -149,6 +151,7 @@ function convertLinks() {
                print "Conversion complete.  The converted table is at links_temp;\n";
                print "the original links table is unchanged.\n";
        }
+}
 
 #--------------------------------------------------------------------