Index: openacs-4/packages/acs-tcl/tcl/apm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-procs.tcl,v diff -u -r1.114.2.6 -r1.114.2.7 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 5 Oct 2019 12:57:36 -0000 1.114.2.6 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 29 Oct 2019 06:41:09 -0000 1.114.2.7 @@ -1112,10 +1112,6 @@ apm_copy_param_to_descendents $package_key $parameter_name } - # Update the cache. - db_foreach apm_parameter_cache_update {} { - ad_parameter_cache -set $attr_value $package_id $parameter_name - } return $parameter_id }