r34701 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34700‎ | r34701 | r34702 >
Date:00:03, 13 May 2008
Author:nad
Status:old
Tags:
Comment:
oops, interwiki inserts were commented out
Modified paths:
  • /trunk/phase3/includes/DatabaseMssql.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DatabaseMssql.php
@@ -992,7 +992,7 @@
993993 $line = fgets($f,1024);
994994 $matches = array();
995995 if (!preg_match('/^\s*(\(.+?),(\d)\)/', $line, $matches)) continue;
996 - #$this->query("$sql $matches[1],$matches[2])");
 996+ $this->query("$sql $matches[1],$matches[2])");
997997 }
998998 }
999999

Status & tagging log