1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00

Editor: Fix Search data in tables

This commit is contained in:
Jakub Vrana
2018-01-12 23:58:55 +01:00
parent 68c6b1c942
commit 3fe0d88f98
2 changed files with 1 additions and 1 deletions

View File

@@ -1024,7 +1024,6 @@ function fields_from_edit() {
*/
function search_tables() {
global $adminer, $connection;
$_GET["where"][0]["op"] = "LIKE %%";
$_GET["where"][0]["val"] = $_POST["query"];
$found = false;
foreach (table_status('', true) as $table => $table_status) {