diff --git a/ChangeLog b/ChangeLog index 20f20b885..e337d6f59 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,9 @@ $Source$ standards. * lang/english.inc.php3; lang/french.inc.php3: sorted. * header.inc.php3: enforce relative url in CSS. + * tbl_relation.php3: + - fixed an error when $cfg['Server']['table_info'] is not valid; + - removed an "onchange" js handler to lower server charge. 2002-05-25 Alexander M. Turek * lang/italian.inc.php3: Updates, thanks again to diff --git a/tbl_relation.php3 b/tbl_relation.php3 index 30fd2e88a..ac47dd47d 100644 --- a/tbl_relation.php3 +++ b/tbl_relation.php3 @@ -148,7 +148,7 @@ if ($col_rs && mysql_num_rows($col_rs) > 0) { - 0) { echo ' selected="selected"'; } echo '>' . $value . ''. "\n"; - } + } // end while ?> @@ -181,20 +181,7 @@ if ($col_rs && mysql_num_rows($col_rs) > 0) { } // end if if (!empty($cfg['Server']['table_info'])) { - echo "\n"; - ?> -
- - - - - - -

- + + + + + +

+
-