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.40 -r1.114.2.41 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 26 Jun 2022 19:37:54 -0000 1.114.2.40 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 12 Oct 2022 17:05:10 -0000 1.114.2.41 @@ -1037,7 +1037,7 @@ Returns 1 if there is an enabled package version corresponding to the package_key and 0 otherwise. } { - acs::try_cache ::acs::misc_cache eval apm_package_enabled-$package_key { + acs::try_cache ::acs::misc_cache eval -per_request apm_package_enabled-$package_key { db_0or1row apm_package_enabled_p { select 1 from apm_package_versions where package_key = :package_key