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.16 -r1.17 --- openacs-4/packages/acs-templating/tcl/data-procs.tcl 13 Nov 2010 23:55:58 -0000 1.16 +++ openacs-4/packages/acs-templating/tcl/data-procs.tcl 8 Dec 2012 17:50:20 -0000 1.17 @@ -434,10 +434,8 @@ @param type The data type to be transformed. } { - set proc_name [info procs ::template::data::transform::$type] - + set proc_name [info commands ::template::data::transform::$type] if { $proc_name ne {} } { - transform::$type $value_ref } }