Index: openacs-4/packages/ecommerce/www/register/awaiting-approval.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/register/Attic/awaiting-approval.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/register/awaiting-approval.tcl 10 Sep 2002 22:22:51 -0000 1.2 +++ openacs-4/packages/ecommerce/www/register/awaiting-approval.tcl 18 Sep 2002 21:33:58 -0000 1.3 @@ -12,7 +12,7 @@ from cc_users where user_id = :user_id and (member_state is null or member_state = 'rejected')"]} { ad_return_error "Couldn't find your record" "User id $user_id is not in the awaiting approval state. This is probably our programming bug." - return +ad_script_abort } @@ -25,10 +25,10 @@ if {$email_verified_p == "t"} { # we don't require email verification ad_returnredirect "index?[export_url_vars email]" - return + ad_script_abort } else { ad_returnredirect "awaiting-email-verification?[export_url_vars user_id]" - return + ad_script_abort } # try to login again with this new state