From 81f91c00382879a3f658ff273aa39a98ea34449e Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Sat, 19 Sep 2009 11:33:03 +0000 Subject: [PATCH] Check previously checked rows git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1112 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/select.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]))) {