Index: openacs-4/packages/acs-bootstrap-installer/installer.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer.tcl,v diff -u -r1.12.2.1 -r1.12.2.2 --- openacs-4/packages/acs-bootstrap-installer/installer.tcl 25 Nov 2003 14:15:13 -0000 1.12.2.1 +++ openacs-4/packages/acs-bootstrap-installer/installer.tcl 26 Nov 2003 21:46:32 -0000 1.12.2.2 @@ -98,8 +98,10 @@ set missing_params [list] if { [empty_string_p $form] } { - # Form is empty - set missing_params $mandatory_params + # Form is empty - all mandatory params are missing + foreach param_name [array names mandatory_params_array] { + lappend missing_params $mandatory_params_array($param_name) + } } else { # Form is non-empty