Index: openacs-4/packages/acs-templating/tcl/element-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/element-procs.tcl,v diff -u -r1.37.2.8 -r1.37.2.9 --- openacs-4/packages/acs-templating/tcl/element-procs.tcl 19 Dec 2019 20:01:02 -0000 1.37.2.8 +++ openacs-4/packages/acs-templating/tcl/element-procs.tcl 28 Oct 2020 15:39:19 -0000 1.37.2.9 @@ -615,7 +615,7 @@ set transform_proc "::template::data::transform::$datatype" - if {[info commands $transform_proc] eq ""} { + if {[namespace which $transform_proc] eq ""} { set values [ns_querygetall $element(id)]