mirror of
https://github.com/vrana/adminer.git
synced 2025-08-16 19:44:00 +02:00
Adminer: Fix Search data in tables
This commit is contained in:
@@ -495,6 +495,9 @@ class Adminer {
|
||||
}
|
||||
}
|
||||
foreach ((array) $_GET["where"] as $val) {
|
||||
if ($val["op"] == "") {
|
||||
$val["op"] = "LIKE %%";
|
||||
}
|
||||
if ("$val[col]$val[val]" != "" && in_array($val["op"], $this->operators)) {
|
||||
$cond = " $val[op]";
|
||||
if (preg_match('~IN$~', $val["op"])) {
|
||||
|
Reference in New Issue
Block a user