Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.140.2.47 -r1.140.2.48 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 2 Sep 2016 17:33:19 -0000 1.140.2.47 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 5 Sep 2016 06:28:04 -0000 1.140.2.48 @@ -2554,7 +2554,7 @@ if {[info exists array]} { upvar $array result - array set result {*}$d + array set result $d } return $d }