mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-07-15 16:58:08 +00:00
Update index.php
This commit is contained in:
parent
2545efa7e2
commit
2bd7209e69
|
@ -230,7 +230,7 @@ function relay_mysql_query($params, $mysqli) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$data = [];
|
$data = array();
|
||||||
switch($query_type) {
|
switch($query_type) {
|
||||||
case "select":
|
case "select":
|
||||||
$data = mysqli_fetch_all($result, MYSQLI_ASSOC);
|
$data = mysqli_fetch_all($result, MYSQLI_ASSOC);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user