Index: openacs-4/packages/acs-bootstrap-installer/installer/packages-install.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/Attic/packages-install.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-bootstrap-installer/installer/packages-install.tcl 17 May 2003 09:40:03 -0000 1.8 +++ openacs-4/packages/acs-bootstrap-installer/installer/packages-install.tcl 5 Sep 2003 13:50:12 -0000 1.9 @@ -25,7 +25,7 @@ # Load the acs-tcl init files that might be needed when installing, instantiating and mounting packages # We shouldn't source request-processor-init.tcl as it might interfere with the installer request handler -foreach { init_file } { utilities-init.tcl site-nodes-init.tcl } { +foreach { init_file } { utilities-init.tcl site-nodes-init.tcl 20-memoize-init.tcl } { ns_log Notice "Loading acs-tcl init file $init_file" apm_source "[acs_package_root_dir acs-tcl]/tcl/$init_file" }