Index: openacs-4/packages/acs-tcl/tcl/defs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/defs-procs.tcl,v diff -u -N -r1.65 -r1.66 --- openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 28 Jun 2015 19:16:23 -0000 1.65 +++ openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 30 Jun 2015 20:19:41 -0000 1.66 @@ -387,7 +387,7 @@ $complaint_template] # raise abortion flag, e.g., for templating - set ::request_aborted [list 200 "Problem with Your Input"] + set ::request_aborted [list 422 "Problem with Your Input"] }