[FIX] dunno, but my editor cutted the end of file

This commit is contained in:
iAmShorty 2014-06-05 19:10:30 +02:00
parent 18621d492a
commit 2839d1864c

View File

@ -22,4 +22,10 @@ function run_0011() {
if ($stmt && $stmt->execute()) {
echo '- success' . PHP_EOL;
} else {
echo '- failed: ' . $mysqli->e
echo '- failed: ' . $mysqli->error . PHP_EOL;
exit(1);
}
}
}
}
?>