From 5a82da9ad352dede10c4b78cafb055a246e7af5f Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sat, 10 Sep 2011 10:49:44 +0530 Subject: [PATCH] Coding style --- tbl_structure.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ')); }