Index: openacs-4/packages/acs-templating/tcl/date-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/date-procs.tcl,v diff -u -r1.48.4.1 -r1.48.4.2 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 13 Sep 2013 11:44:17 -0000 1.48.4.1 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 5 Oct 2013 12:55:09 -0000 1.48.4.2 @@ -27,7 +27,7 @@ ad_proc -public template::util::date { command args } { Dispatch procedure for the date object } { - eval template::util::date::$command $args + template::util::date::$command {*}$args } ad_proc -public template::util::date::init {} { @@ -1134,7 +1134,7 @@ ad_proc -public template::util::textdate { command args } { Dispatch procedure for the textdate object } { - eval template::util::textdate::$command $args + template::util::textdate::$command {*}$args } ad_proc -public template::util::textdate_localized_format {} {