Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -N -r1.45.2.5 -r1.45.2.6 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 13 Oct 2013 10:03:24 -0000 1.45.2.5 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 13 Oct 2013 12:26:33 -0000 1.45.2.6 @@ -152,7 +152,7 @@ set formbutton [get_button $id] # If the user hit a button named "cancel", redirect and about - if { $submission && $formbutton eq "cancel" && ([info exists opts(cancel_url)] && $opts(cancel_url) ne "")} { + if { $submission && $formbutton eq "cancel" && [info exists opts(cancel_url)] && $opts(cancel_url) ne ""} { ad_returnredirect $opts(cancel_url) ad_script_abort }