From cb1d7d459b1db5e95df5a66fc245faaf6ce1fd33 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 1 Nov 2012 13:33:13 -0700 Subject: [PATCH] Don't display edit warning without Ctrl --- 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 0952f70c..422014ba 100644 --- a/adminer/select.inc.php +++ b/adminer/select.inc.php @@ -403,7 +403,7 @@ if (!$columns) { $text = ereg('text|lob', $field["type"]); echo (($_GET["modify"] && $editable) || $value !== null ? "" . ($text ? "" : "") - : "" . $adminer->selectVal($val, $link, $field) + : "" . $adminer->selectVal($val, $link, $field) ); } }