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 -r1.24 -r1.25 --- openacs-4/packages/acs-tcl/tcl/parameter-procs.tcl 20 Jun 2018 13:06:26 -0000 1.24 +++ openacs-4/packages/acs-tcl/tcl/parameter-procs.tcl 19 Sep 2018 00:55:36 -0000 1.25 @@ -105,7 +105,7 @@ } { Set the value of a package instance parameter - @param package_id what package to set the parameter in. defaults to + @param package_id what package to set the parameter in. Defaults to [ad_conn package_id] @param parameter which parameter's value to set @param value what value to set said parameter to @@ -130,7 +130,7 @@ @param localize should we attempt to localize the parameter @param boolean insure boolean parameters are normalized to 0 or 1 - @param package_id what package to get the parameter from. defaults to + @param package_id what package to get the parameter from. Defaults to [ad_conn package_id] @param parameter which parameter's value to get @param default what to return if we don't find a value. Defaults to returning the empty string. @@ -219,10 +219,10 @@ New packages should use global parameters instead. - @param package_key what package to get the parameter from. we will try - to get the package_id from the package_key. this - may cause an error if there are more than one - instance of this package + @param package_key what package to get the parameter from. We will try + to get the package_id from the package_key. This + may cause an error if there are more than one + instance of this package @param parameter which parameter's value to get @param default what to return if we don't find a value } {