mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
Add spaces
This commit is contained in:
@@ -129,7 +129,7 @@ if (isset($_GET["elastic"])) {
|
||||
}
|
||||
}
|
||||
foreach ($where as $val) {
|
||||
list($col,$op,$val) = explode(" ",$val,3);
|
||||
list($col, $op, $val) = explode(" ", $val, 3);
|
||||
if ($col == "_id") {
|
||||
$data["query"]["ids"]["values"][] = $val;
|
||||
}
|
||||
|
Reference in New Issue
Block a user