Index: openacs-4/packages/xowiki/tcl/repeat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/repeat-procs.tcl,v diff -u -r1.5.2.9 -r1.5.2.10 --- openacs-4/packages/xowiki/tcl/repeat-procs.tcl 5 Mar 2017 15:44:54 -0000 1.5.2.9 +++ openacs-4/packages/xowiki/tcl/repeat-procs.tcl 21 May 2017 08:57:09 -0000 1.5.2.10 @@ -109,7 +109,7 @@ set max [my max] } else { #set max [my max] - set max 1 ;# use dynamic repeat fields: if set to 1, repeat fields will be created on demand + set max [my min] ;# use dynamic repeat fields: if set to min, repeat fields will be created on demand } #ns_log notice "dynamic repeat MAX=$max FORMACTION <$formAction>" for {set i 1} {$i <= $max} {incr i} {