From: Aran Dunkley Date: Tue, 13 May 2008 00:03:05 +0000 (+0000) Subject: oops, interwiki inserts were commented out X-Git-Tag: 1.31.0-rc.0~47684 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=dc059c3b160165c55eef8db3f6948407db9c4313;p=lhc%2Fweb%2Fwiklou.git oops, interwiki inserts were commented out --- diff --git a/includes/DatabaseMssql.php b/includes/DatabaseMssql.php index 5a60855ed1..348713624a 100755 --- a/includes/DatabaseMssql.php +++ b/includes/DatabaseMssql.php @@ -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])"); } }