Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v diff -u -r1.113.2.12 -r1.113.2.13 --- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 6 Oct 2013 12:36:51 -0000 1.113.2.12 +++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 7 Oct 2013 16:42:30 -0000 1.113.2.13 @@ -1374,7 +1374,7 @@ Sets up the stack of datasource frames, in case the page is templated. } { - namespace eval template {variable parse_level [info level]} + set ::template::parse_level [info level] source [ad_conn file] }