diff --git a/ChangeLog b/ChangeLog index b541105dc..ca26f3c22 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-05-15 Michal Cihar + * tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is + false. + * tbl_select.php3: Fixed problems with empty value in enum. + 2003-05-18 Marc Delisle * left.php3, index.php3: bug 739348: because the db name is no longer encoded in left.php3 (to accomodate html entities), we have to stop @@ -14,7 +19,7 @@ $Source$ 2003-05-15 Michal Cihar * Documentation, config.inc.php3, tbl_change.php3, - libraries/config_import.lib.php3: Double sized textare for LONGTEXT is + libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is configurable (RFE #737174). 2003-05-14 Michal Cihar diff --git a/tbl_change.php3 b/tbl_change.php3 index d32bcaea8..4815b9876 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -239,7 +239,7 @@ for ($i = 0; $i < $fields_cnt; $i++) { $bgcolor = ($i % 2) ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; ?> - align="center" bgcolor=""> + align="center" bgcolor="">