Index: openacs-4/tcl/zz-postload.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/tcl/zz-postload.tcl,v diff -u -N -r1.5 -r1.5.16.1 --- openacs-4/tcl/zz-postload.tcl 3 Mar 2005 18:17:11 -0000 1.5 +++ openacs-4/tcl/zz-postload.tcl 21 Aug 2013 11:27:04 -0000 1.5.16.1 @@ -4,10 +4,8 @@ # Date: 24 Feb 2000 # Description: Sources library files that need to be loaded after the rest. -set tcllib [ns_info tcllib] - ns_log "Notice" "Sourcing files for postload..." -foreach file [glob -nocomplain ${tcllib}/*.tcl.postload] { +foreach file [glob -nocomplain ${::acs::tcllib}/*.tcl.postload] { ns_log Notice "postloading $file" source "$file" }