diff --git a/adminer/include/functions.inc.php b/adminer/include/functions.inc.php index 920756d4..b920db16 100644 --- a/adminer/include/functions.inc.php +++ b/adminer/include/functions.inc.php @@ -1000,7 +1000,7 @@ function is_url($string) { * @return bool */ function is_shortable($field) { - return ereg('char|text|lob|geometry|point|linestring|polygon', $field["type"]); + return ereg('char|text|lob|geometry|point|linestring|polygon|string', $field["type"]); } /** Get query to compute number of found rows