diff --git a/adminer/include/functions.inc.php b/adminer/include/functions.inc.php index afefa93f..c8d98652 100644 --- a/adminer/include/functions.inc.php +++ b/adminer/include/functions.inc.php @@ -960,7 +960,7 @@ function input($field, $value, $function) { } } elseif (preg_match('~blob|bytea|raw|file~', $field["type"]) && ini_bool("file_uploads")) { echo ""; - } elseif (($text = preg_match('~text|lob~', $field["type"])) || preg_match("~\n~", $value)) { + } elseif (($text = preg_match('~text|lob|memo~i', $field["type"])) || preg_match("~\n~", $value)) { if ($text && $jush != "sqlite") { $attrs .= " cols='50' rows='12'"; } else {