Index: openacs-4/packages/acs-templating/tcl/data-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/data-procs.tcl,v diff -u -r1.23.2.6 -r1.23.2.7 --- openacs-4/packages/acs-templating/tcl/data-procs.tcl 3 Jul 2020 07:27:29 -0000 1.23.2.6 +++ openacs-4/packages/acs-templating/tcl/data-procs.tcl 28 Oct 2020 15:39:19 -0000 1.23.2.7 @@ -439,7 +439,7 @@ @param type The data type to be transformed. } { - set proc_name [info commands ::template::data::transform::$type] + set proc_name [namespace which ::template::data::transform::$type] if { $proc_name ne {} } { transform::$type $value_ref }