mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-03-12 00:45:16 +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) {
|
||||
case "select":
|
||||
$data = mysqli_fetch_all($result, MYSQLI_ASSOC);
|
||||
|
|
Loading…
Reference in New Issue
Block a user