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.34 -r1.35 --- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 2 Sep 2003 12:01:17 -0000 1.34 +++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 23 Sep 2003 19:55:53 -0000 1.35 @@ -465,7 +465,7 @@ } if { [info exists af_parts(${form_name}__extend)] } { - report -code error "Can't extend form \"$form_name\" - a parameter block requiring the full form has already been declared" + return -code error "Can't extend form \"$form_name\" - a parameter block requiring the full form has already been declared" } global af_parts