Index: openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl,v diff -u -N -r1.87 -r1.87.2.1 --- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 11 Feb 2019 11:53:22 -0000 1.87 +++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 10 Mar 2019 21:34:33 -0000 1.87.2.1 @@ -1005,7 +1005,7 @@ } else { - # The key exists, grab the existing values if we have an select_query clause + # The key exists, grab the existing values if we have a select_query clause if { ![info exists select_query] && ![info exists select_query_name] } { return -code error "Key \"$key_name\" has the value \"[set $key_name]\" but no select_query, select_query_name, or edit_request clause exists. (This can be caused by having ad_form request blocks in the wrong order.)" @@ -1205,7 +1205,7 @@ # 1. an on_submit block (useful for forms that don't touch the # database or can share smart Tcl API for both add and edit forms) - # 2. an new_data block (when __new_p is true) + # 2. a new_data block (when __new_p is true) # 3. an edit_data block (when __new_p is false) # 4. an after_submit block (for ad_returnredirect and the like that # is the same for new and edit)