fix
This commit is contained in:
parent
465ff3eb64
commit
b3047088d4
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ class Setup
|
||||||
|
|
||||||
static function batchSQL(/*.Database.*/ $conn, $file)
|
static function batchSQL(/*.Database.*/ $conn, $file)
|
||||||
{
|
{
|
||||||
$stmtList = Utils_SQLStatementExtractor::extractFile($file);
|
$stmtList = Tools_SQLStatementExtractor::extractFile($file);
|
||||||
foreach ($stmtList as $stmt) {
|
foreach ($stmtList as $stmt) {
|
||||||
$conn->executeQuery ($stmt);
|
$conn->executeQuery ($stmt);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue