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 -N -r1.114.2.9 -r1.114.2.10 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 18 May 2020 21:13:20 -0000 1.114.2.9 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 18 May 2020 21:20:20 -0000 1.114.2.10 @@ -1216,7 +1216,7 @@ ad_proc -public apm_package_key_from_id {package_id} { @return The package key of the instance. } { - return [acs::per_thread_cache eval -key acs-tcl:apm_package_key_from_id($package_id) { + return [acs::per_thread_cache eval -key acs-tcl.apm_package_key_from_id($package_id) { db_string apm_package_key_from_id { select package_key from apm_packages where package_id = :package_id } -default ""