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 -r1.63 -r1.64 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 7 Oct 2003 17:37:01 -0000 1.63 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 10 Oct 2003 14:44:16 -0000 1.64 @@ -714,8 +714,11 @@ # Source Tcl procs and queries to be able # to invoke any Tcl callbacks after mounting and instantiation. Note that this reloading # is only done in the Tcl interpreter of this particular request. - apm_load_libraries -procs -force_reload -packages $package_key - apm_load_queries -packages $package_key + # Note that acs-tcl is a special case as its procs are always sourced on startup from boostrap.tcl + if { ![string equal $package_key "acs-tcl"] } { + apm_load_libraries -procs -force_reload -packages $package_key + apm_load_queries -packages $package_key + } if { $upgrade_p } { # Run before-upgrade