Index: trunk/phase3/includes/DatabaseMssql.php |
— | — | @@ -992,7 +992,7 @@ |
993 | 993 | $line = fgets($f,1024); |
994 | 994 | $matches = array(); |
995 | 995 | if (!preg_match('/^\s*(\(.+?),(\d)\)/', $line, $matches)) continue; |
996 | | - #$this->query("$sql $matches[1],$matches[2])"); |
| 996 | + $this->query("$sql $matches[1],$matches[2])"); |
997 | 997 | } |
998 | 998 | } |
999 | 999 | |