diff --git a/adminer/select.inc.php b/adminer/select.inc.php index 7e30f381..9eb47114 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -315,7 +315,7 @@ if (!$columns && support("table")) { echo "" . (!$group && $select ? "" : "" . script("qs('#all-page').onclick = partial(formCheck, /check/);", "") - . " " . lang('Modify') . ""); + . " " . lang('Modify') . ""); $names = array(); $functions = array(); reset($select); @@ -386,7 +386,7 @@ if (!$columns && support("table")) { } echo "" . (!$group && $select ? "" : "" . checkbox("check[]", substr($unique_idf, 1), in_array(substr($unique_idf, 1), (array) $_POST["check"])) - . ($is_group || information_schema(DB) ? "" : " " . lang('edit') . "") + . ($is_group || information_schema(DB) ? "" : " " . lang('edit') . "") ); foreach ($row as $key => $val) { @@ -430,7 +430,7 @@ if (!$columns && support("table")) { $link .= where_link($i++, $k, $v); } } - + $val = select_value($val, $link, $field, $text_length); $id = h("val[$unique_idf][" . bracket_escape($key) . "]"); $value = $_POST["val"][$unique_idf][bracket_escape($key)]; @@ -491,7 +491,7 @@ if (!$columns && support("table")) { echo "\n"; } } - + echo "