Index: openacs-4/packages/acs-templating/tcl/query-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/query-procs.tcl,v diff -u -r1.50.2.1 -r1.50.2.2 --- openacs-4/packages/acs-templating/tcl/query-procs.tcl 9 Aug 2019 19:51:02 -0000 1.50.2.1 +++ openacs-4/packages/acs-templating/tcl/query-procs.tcl 16 Nov 2019 15:08:51 -0000 1.50.2.2 @@ -99,7 +99,7 @@ if { [info exists opts(cache)] } { # cache the query result - set_cached_result + template::set_cached_result } #set timeElapsed [expr ([clock clicks -milliseconds] - $beginTime)] @@ -404,7 +404,7 @@ } -ad_proc -private get_cached_result { name type } { +ad_proc -private template::get_cached_result { name type } { Looks in the appropriate cache for the named query result If a valid result is found, then sets the result in the returning stack frame. @@ -483,7 +483,7 @@ return $success } -ad_proc -private set_cached_result {} { +ad_proc -private template::set_cached_result {} { Places a query result in the appropriate cache.