Index: openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 3 Sep 2001 18:40:46 -0000 1.6 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 17 Nov 2001 19:40:01 -0000 1.7 @@ -116,12 +116,12 @@ return } + # Load all parameters for enabled package instances. + ad_parameter_cache_all + # Load the Tcl package init files. apm_bootstrap_load_libraries -init acs-tcl - # Cache all parameters for enabled package instances. - ad_parameter_cache_all - foreach package_key [db_list package_keys_select { select package_key from apm_enabled_package_versions }] {