mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +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";
|
echo "\n";
|
||||||
}
|
}
|
||||||
if (!support("table")) {
|
if (!support("table") && !fields($table)) {
|
||||||
echo "<tr>"
|
echo "<tr>"
|
||||||
. "<th><input name='field_keys[]'>"
|
. "<th><input name='field_keys[]'>"
|
||||||
. script("qsl('input').oninput = fieldChange;")
|
. script("qsl('input').oninput = fieldChange;")
|
||||||
|
Reference in New Issue
Block a user