Index: openacs-4/packages/acs-tcl/tcl/parameter-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/parameter-procs.tcl,v diff -u -N -r1.19.4.2 -r1.19.4.3 --- openacs-4/packages/acs-tcl/tcl/parameter-procs.tcl 10 Sep 2015 08:21:58 -0000 1.19.4.2 +++ openacs-4/packages/acs-tcl/tcl/parameter-procs.tcl 3 Oct 2015 18:29:49 -0000 1.19.4.3 @@ -151,10 +151,11 @@ } set value "" - # 1. If there is not package_id provided, check whether there is a - # parameter by this name in the parameter file? Actually, - # ad_parameter_from_file is a misnomer, since the it checks ns_config - # values + # 1. check whether there is a parameter by this name specified for + # the packagin in the parameter file. The name + # ad_parameter_from_file is a misnomer, since the it checks + # ns_config values + # if {$package_id ne ""} { set package_key "" # This can fail at server startup--OpenACS calls parameter::get to