diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 21fc91a9..c799000a 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -303,7 +303,7 @@ if (!$columns) { $i = 0; foreach ((array) $_GET["where"] as $v) { if (!array_key_exists($v["col"], $unique_array)) { - $link .= h(where_link($i++, $v["col"], $v["val"], urlencode($v["op"]))); + $link .= h(where_link($i++, $v["col"], $v["val"], $v["op"])); } } foreach ($unique_array as $k => $v) {