diff --git a/ChangeLog b/ChangeLog index dd99f9089..153ffc8b4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,9 @@ $Source$ * sql.php: bug #956828, deleting last row gives an error. I could not find a case where we need the line I just removed, which was causing the bug. + * tbl_properties.inc.php: missing statement group {}, was causing + the display of part of the changing amount of columns dialog + when editing a field structure 2004-05-28 Michal Čihař * libraries/display_tbl.lib.php: Decrease limit for query truncating (see diff --git a/tbl_properties.inc.php b/tbl_properties.inc.php index c72fc0a3b..4de88e008 100644 --- a/tbl_properties.inc.php +++ b/tbl_properties.inc.php @@ -607,10 +607,11 @@ echo "\n"; ' . $strOr . '  ' . $strFields . ':' . "\n"; echo ' ' . '' . "\n"; echo ' ' . ' ' . "\n"; +} ?>