diff --git a/ChangeLog b/ChangeLog index 4493d053e..e8366b11c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,8 @@ $Source$ Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display (optional, default off) of the columns. I didn't like to have to scroll in horizontal directions, so with this mode you can see about 6 columns at once on a single screen. + * tbl_properties.inc.php3: Fixed bug when certain fields are not + enabled, they threw an undefined offset. 2003-02-26 Garvin Hicking * lang/german-*: better grammar. ;) diff --git a/tbl_properties.inc.php3 b/tbl_properties.inc.php3 index 226691df0..0a148982f 100755 --- a/tbl_properties.inc.php3 +++ b/tbl_properties.inc.php3 @@ -329,10 +329,12 @@ while(@list($header_nr, $header_val) = @each($header_cells)) { ' . "\n";