Index: openacs-4/packages/dotlrn-ecommerce/lib/section.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/lib/section.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/dotlrn-ecommerce/lib/section.tcl 5 Aug 2005 03:20:25 -0000 1.22 +++ openacs-4/packages/dotlrn-ecommerce/lib/section.tcl 5 Aug 2005 12:13:22 -0000 1.23 @@ -270,7 +270,7 @@ # maxparticipants is a required field and can not be 0 or less than 0 if { $field_identifier == "maxparticipants" } { lappend validate {maxparticipants - { $maxparticipants > 0 && [empty_string_p $maxparticipants] } + { $maxparticipants > 0 || [empty_string_p $maxparticipants] } "Please enter a value greater than 0" } }