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.71 -r1.72 --- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 21 Jan 2018 18:47:21 -0000 1.71 +++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 25 Mar 2018 20:56:31 -0000 1.72 @@ -355,7 +355,7 @@

-edit_data

This code block will be executed when a form for an existing database row is submitted. This block should - update the database or create a new content revision for the exisiting item if the data's stored in the + update the database or create a new content revision for the existing item if the data's stored in the content repository. Calling 'break' inside this block causes the submission process to be aborted, and after_submit will not get executed. Useful in combination with template::form set_error to display an error on a form