mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-09-06 09:51:06 +00:00
Update index.php
This commit is contained in:
parent
0a402b5201
commit
0c727618c0
|
@ -226,7 +226,7 @@ function relay_mysql_query($params, $mysqli) {
|
||||||
}
|
}
|
||||||
$query_result = $mysqli->query($query);
|
$query_result = $mysqli->query($query);
|
||||||
|
|
||||||
if (!$mysqli->error) {
|
if ($mysqli->error) {
|
||||||
return array(
|
return array(
|
||||||
"success" => false,
|
"success" => false,
|
||||||
"error" => array(
|
"error" => array(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user