Index: openacs-4/packages/acs-templating/tcl/wizard-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/wizard-procs.tcl,v diff -u -r1.10.10.3 -r1.10.10.4 --- openacs-4/packages/acs-templating/tcl/wizard-procs.tcl 5 Oct 2013 12:55:10 -0000 1.10.10.3 +++ openacs-4/packages/acs-templating/tcl/wizard-procs.tcl 13 Oct 2013 10:03:25 -0000 1.10.10.4 @@ -628,7 +628,7 @@ set param [lindex [split $param ":"] 0] if {$param ni $multiple_listed} { foreach check_param $properties(params) { - if { [string equal [lindex [split $check_param ":"] 0] $param] } { + if { [lindex [split $check_param ":"] 0] eq $param } { set value_list [ns_querygetall $param] for { set i 0 } { $i < [llength $value_list] } { incr i } { append url "&$param=[ns_urlencode [lindex $value_list $i]]"