From bc9de24d7701d840e2bd177e3e8782d2ce0af635 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 18 Mar 2025 17:15:10 +0100 Subject: [PATCH] Add helper for --- adminer/foreign.inc.php | 2 +- adminer/include/adminer.inc.php | 2 +- adminer/include/connect.inc.php | 2 +- adminer/include/editing.inc.php | 2 +- adminer/include/html.inc.php | 23 ++++++++++++++++------- adminer/privileges.inc.php | 4 ++-- adminer/select.inc.php | 4 ++-- adminer/sql.inc.php | 4 ++-- adminer/user.inc.php | 2 +- compile.php | 2 +- editor/include/adminer.inc.php | 8 ++++---- plugins/designs.php | 2 +- plugins/email-table.php | 2 +- 13 files changed, 34 insertions(+), 25 deletions(-) diff --git a/adminer/foreign.inc.php b/adminer/foreign.inc.php index c01856c2..3685d057 100644 --- a/adminer/foreign.inc.php +++ b/adminer/foreign.inc.php @@ -85,8 +85,8 @@ if (support("scheme")) { } echo lang('DB') . ": " . html_select("db", $dbs, $row["db"] != "" ? $row["db"] : $_GET["db"], $onchange); } +echo input_hidden("change-js"); ?> -