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 -r1.42 -r1.43 --- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 28 Jan 2004 13:19:54 -0000 1.42 +++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 28 Jan 2004 17:31:11 -0000 1.43 @@ -876,7 +876,7 @@ # The key exists, grab the existing values if we have an 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 or select_query_name clause exists. (This can be caused by having ad_form request blocks in the wrong order.)" + 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.)" } if { [info exists select_query_name] } {