mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 23:57:29 +02:00
Pass $result to last_id
This commit is contained in:
@@ -403,7 +403,7 @@ if (isset($_GET["mongo"])) {
|
||||
return true;
|
||||
}
|
||||
|
||||
function last_id() {
|
||||
function last_id($result) {
|
||||
return connection()->last_id;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user