Index: openacs-4/packages/acs-templating/tcl/element-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/element-procs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/acs-templating/tcl/element-procs.tcl 16 Jul 2003 23:13:04 -0000 1.14 +++ openacs-4/packages/acs-templating/tcl/element-procs.tcl 22 Sep 2003 13:47:35 -0000 1.15 @@ -348,7 +348,6 @@ # if the element is optional and the value is an empty string, then ignore if { $is_optional && [string equal [lindex $values 0] {}] } { - set values [list] # also clobber the value(s) for a submit widget Index: openacs-4/packages/acs-templating/tcl/util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/util-procs.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/acs-templating/tcl/util-procs.tcl 13 Aug 2003 09:32:59 -0000 1.13 +++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 22 Sep 2003 13:47:35 -0000 1.14 @@ -350,6 +350,9 @@ } { generate a list structure representitive of a multirow data source + NB: if the multirow is generated by db_multirow, db_multirow must + be called with the -local option + @param name the name of an existing multirow data source @return a representation of a multirow data source as a list,