Index: openacs-4/packages/simple-survey/www/admin/one-respondent.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simple-survey/www/admin/one-respondent.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/simple-survey/www/admin/one-respondent.tcl 10 Sep 2002 22:23:23 -0000 1.3 +++ openacs-4/packages/simple-survey/www/admin/one-respondent.tcl 21 Jan 2018 00:38:38 -0000 1.4 @@ -23,7 +23,7 @@ if { !$survey_exists_p } { ad_return_error "Not Found" "Could not find survey #$survey_id" - return + ad_script_abort } # survey_name and description are now set @@ -32,7 +32,7 @@ if { !$user_exists_p } { ad_return_error "Not Found" "Could not find user #$user_id" - return + ad_script_abort }