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:
@@ -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;")
|
||||
|
Reference in New Issue
Block a user