Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -N -r1.57.8.8 -r1.57.8.9 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 29 Jul 2014 11:37:29 -0000 1.57.8.8 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 25 Aug 2014 09:40:06 -0000 1.57.8.9 @@ -1156,7 +1156,7 @@ # Sort in webserver layer, if requested to do so set __multirow_cols [template::list::multirow_cols -name $__list_properties(name)] if { $__multirow_cols ne "" } { - eval template::multirow sort $__list_properties(multirow) $__multirow_cols + template::multirow sort {*}$__list_properties(multirow) {*}$__multirow_cols } # Upvar other variables passed in through the pass_properties property