diff --git a/tbl_properties.php3 b/tbl_properties.php3 index d25c33667..333b8487e 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -127,7 +127,9 @@ while ($row = mysql_fetch_array($result)) { $shorttype = substr($type, 0, 3); if ($shorttype == 'set' || $shorttype == 'enu') { $type = eregi_replace(',', ', ', $type); + $nowrap=false; } + else $nowrap=true; $type = eregi_replace('BINARY', '', $type); $type = eregi_replace('ZEROFILL', '', $type); $type = eregi_replace('UNSIGNED', '', $type); @@ -149,7 +151,11 @@ while ($row = mysql_fetch_array($result)) { ?>   - + "; + else echo ""; + echo $type; + ?>