Commit debfdad8 authored by Benjamin Eberlei's avatar Benjamin Eberlei

[DBAL-87] Fix unknown variable problem.

parent e4f09159
......@@ -110,7 +110,7 @@ EOT
$rs = $stmt->execute();
if ($rs) {
$printer->writeln('OK!');
$output->writeln('OK!' . PHP_EOL);
} else {
$error = $stmt->errorInfo();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment