diff --git a/tbl_structure.php b/tbl_structure.php index 8e7e5cd90..246bd0e4d 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -294,8 +294,9 @@ while ($row = PMA_DBI_fetch_assoc($fields_rs)) { || substr($type, 0, 8) == 'longtext' || substr($type, 0, 3) == 'set' || substr($type, 0, 4) == 'enum' - || ($truncated && substr($type, 13, 4) == 'enum') - ) && !$binary) { + || ($truncated && substr($type, 13, 4) == 'enum')) + && !$binary + ) { if (strpos($type, ' character set ')) { $type = substr($type, 0, strpos($type, ' character set ')); }