mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
Jump to first page after deleting all records
This commit is contained in:
@@ -137,7 +137,7 @@ if ($_POST && !$error) {
|
|||||||
$message = lang('Item%s has been inserted.', " $last_id");
|
$message = lang('Item%s has been inserted.', " $last_id");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
queries_redirect(remove_from_uri(), $message, $result);
|
queries_redirect(remove_from_uri($_POST["all"] && $_POST["delete"] ? "page" : ""), $message, $result);
|
||||||
//! display edit page in case of an error
|
//! display edit page in case of an error
|
||||||
} elseif (!$_POST["import"]) { // modify
|
} elseif (!$_POST["import"]) { // modify
|
||||||
if (!$_POST["val"]) {
|
if (!$_POST["val"]) {
|
||||||
|
Reference in New Issue
Block a user