]> git.joonet.de Git - adminer.git/commitdiff
Remove operator double encode
authorJakub Vrana <jakub@vrana.cz>
Wed, 12 May 2010 14:17:32 +0000 (16:17 +0200)
committerJakub Vrana <jakub@vrana.cz>
Wed, 12 May 2010 15:32:25 +0000 (17:32 +0200)
adminer/select.inc.php

index 21fc91a984cb22230a1697e75c398cf1eceec356..c799000aa3e92e9db44fe8575577d98763efd822 100644 (file)
@@ -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) {