mirror of
https://github.com/vrana/adminer.git
synced 2026-05-07 11:37:40 +02:00
@@ -274,7 +274,7 @@ if (isset($_GET["elastic"])) {
|
||||
function delete($table, $queryWhere, $limit = 0) {
|
||||
//! use $limit
|
||||
$ids = array();
|
||||
if (isset($_GET["where"]["_id"]) && $_GET["where"]["_id"]) {
|
||||
if (idx($_GET["where"], "_id")) {
|
||||
$ids[] = $_GET["where"]["_id"];
|
||||
}
|
||||
if (isset($_POST['check'])) {
|
||||
|
||||
Reference in New Issue
Block a user