From: Jakub Vrana Date: Thu, 1 Nov 2012 20:33:13 +0000 (-0700) Subject: Don't display edit warning without Ctrl X-Git-Tag: v3.6.2~20 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=cb1d7d459b1db5e95df5a66fc245faaf6ce1fd33;p=adminer.git Don't display edit warning without Ctrl --- 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) ); } }