]> git.joonet.de Git - adminer.git/commitdiff
Add spaces
authorJakub Vrana <jakub@vrana.cz>
Sun, 13 May 2018 07:42:22 +0000 (09:42 +0200)
committerJakub Vrana <jakub@vrana.cz>
Sat, 9 Jun 2018 10:24:18 +0000 (12:24 +0200)
adminer/drivers/elastic.inc.php

index 97677f3c50670f5088abfa755ac11555ad89147e..6c88f0ad0cf4bd05e9db7e8394d3bbadf533ec88 100644 (file)
@@ -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;
                                }