[FIX] dunno, but my editor cutted the end of file
This commit is contained in:
parent
18621d492a
commit
2839d1864c
@ -22,4 +22,10 @@ function run_0011() {
|
|||||||
if ($stmt && $stmt->execute()) {
|
if ($stmt && $stmt->execute()) {
|
||||||
echo '- success' . PHP_EOL;
|
echo '- success' . PHP_EOL;
|
||||||
} else {
|
} else {
|
||||||
echo '- failed: ' . $mysqli->e
|
echo '- failed: ' . $mysqli->error . PHP_EOL;
|
||||||
|
exit(1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
?>
|
||||||
Loading…
Reference in New Issue
Block a user