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

Table-less drivers: display empty field only without fields()

This commit is contained in:
Jakub Vrana
2025-03-18 11:00:57 +01:00
parent 841f76fb00
commit 4e4f280061

View File

@@ -494,7 +494,7 @@ function edit_form($table, $fields, $row, $update) {
}
echo "\n";
}
if (!support("table")) {
if (!support("table") && !fields($table)) {
echo "<tr>"
. "<th><input name='field_keys[]'>"
. script("qsl('input').oninput = fieldChange;")