From 4e4f2800617553eda0335f4b75ed012854ffe235 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 18 Mar 2025 11:00:57 +0100 Subject: [PATCH] Table-less drivers: display empty field only without fields() --- adminer/include/html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/include/html.inc.php b/adminer/include/html.inc.php index 5fdfe56b..dee59aa7 100644 --- a/adminer/include/html.inc.php +++ b/adminer/include/html.inc.php @@ -494,7 +494,7 @@ function edit_form($table, $fields, $row, $update) { } echo "\n"; } - if (!support("table")) { + if (!support("table") && !fields($table)) { echo "" . "" . script("qsl('input').oninput = fieldChange;")