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
2bd7209e69
commit
0138d6563c
|
@ -238,7 +238,7 @@ function relay_mysql_query($params, $mysqli) {
|
|||
|
||||
case "insert":
|
||||
$data[] = $result;
|
||||
$data[] = @mysql_insert_id();
|
||||
$data[] = @$mysqli->insert_id();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue
Block a user