diff --git a/ChangeLog b/ChangeLog index ecb11a0dd..c2d6f662c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2005-05-01 Marc Delisle * server_status.php: bug #1193225, missing + * tbl_properties.inc.php: bug #1193353, js error on creating table 2005-04-30 Marc Delisle * db_operations.php, libraries/tbl_move_copy.php: diff --git a/tbl_properties.inc.php b/tbl_properties.inc.php index 39c929e97..2f00ea941 100644 --- a/tbl_properties.inc.php +++ b/tbl_properties.inc.php @@ -233,7 +233,11 @@ for ($i = 0 ; $i < $num_fields; $i++) { $content_cells[$i][$ci] .= "\n" . ''; $ci++; - $content_cells[$i][$ci] = '= 40102) { + $content_cells[$i][$ci] .= 'onchange="display_field_options(this.value,' . $i .')" '; + } + $content_cells[$i][$ci] .= '>' . "\n"; if (empty($row['Type'])) { $row['Type'] = '';