mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
Pass $result to last_id
This commit is contained in:
@@ -680,7 +680,7 @@ if (isset($_GET["sqlite"])) {
|
||||
return queries("BEGIN");
|
||||
}
|
||||
|
||||
function last_id() {
|
||||
function last_id($result) {
|
||||
return get_val("SELECT LAST_INSERT_ROWID()");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user