From cc4c8d20c0872708396a9d89c1ba57efdefc9bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 20 May 2003 13:12:28 +0000 Subject: [PATCH] fixed table layout for inserting/editing row, fixed select for empty value in enum --- ChangeLog | 7 ++++++- tbl_change.php3 | 2 +- tbl_select.php3 | 2 -- 3 files changed, 7 insertions(+), 4 deletions(-) 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="">