oops, interwiki inserts were commented out
authorAran Dunkley <nad@users.mediawiki.org>
Tue, 13 May 2008 00:03:05 +0000 (00:03 +0000)
committerAran Dunkley <nad@users.mediawiki.org>
Tue, 13 May 2008 00:03:05 +0000 (00:03 +0000)
includes/DatabaseMssql.php

index 5a60855..3487136 100755 (executable)
@@ -992,7 +992,7 @@ class DatabaseMssql extends Database {
                        $line = fgets($f,1024);
                        $matches = array();
                        if (!preg_match('/^\s*(\(.+?),(\d)\)/', $line, $matches)) continue;
-                       #$this->query("$sql $matches[1],$matches[2])");
+                       $this->query("$sql $matches[1],$matches[2])");
                }
        }