diff --git a/adminer/select.inc.php b/adminer/select.inc.php index bf6e2e93..36793fa7 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -205,7 +205,7 @@ if (!$columns) { echo ($table_names ? "" . lang('Relations') : "") . "\n"; foreach ($adminer->rowDescriptions($rows, $foreign_keys) as $n => $row) { $unique_idf = implode('&', unique_idf($rows[$n], $indexes)); - echo "" . (count($select) != count($group) || information_schema(DB) ? '' : " " . lang('edit') . ""); + echo "" . (count($select) != count($group) || information_schema(DB) ? '' : " " . lang('edit') . ""); foreach ($row as $key => $val) { if (isset($names[$key])) { if (strlen($val) && (!isset($email_fields[$key]) || strlen($email_fields[$key]))) {