Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -N -r1.109.2.23 -r1.109.2.24 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 22 Apr 2017 18:11:54 -0000 1.109.2.23 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 25 Jul 2017 08:10:50 -0000 1.109.2.24 @@ -851,7 +851,7 @@ # to invoke any Tcl callbacks after mounting and instantiation. Note that this reloading # is only done in the Tcl interpreter of this particular request. # Note that acs-tcl is a special case as its procs are always sourced on startup from boostrap.tcl - if { $package_key ne "acs-tcl" } { + if { 1 || $package_key ne "acs-tcl" } { apm_load_libraries -procs -force_reload -packages $package_key apm_load_queries -packages $package_key }