Index: openacs-4/packages/acs-templating/tcl/widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/widget-procs.tcl,v diff -u -N -r1.52.2.2 -r1.52.2.3 --- openacs-4/packages/acs-templating/tcl/widget-procs.tcl 10 Sep 2015 07:00:05 -0000 1.52.2.2 +++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl 10 Oct 2015 20:01:07 -0000 1.52.2.3 @@ -506,7 +506,7 @@ # I changed this by saying that field is multiple whenever element(values) # exists and is not null. if { [info exists element(values)] && $element(values) ne "" } { - ns_log notice "hidden form element with multiple values: <$element(values)>" + #ns_log notice "hidden form element with multiple values: <$element(values)>" set output {} set count 0 foreach itemvalue $element(values) {