Index: openacs-4/packages/acs-subsite/www/pvt/home.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/pvt/home.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-subsite/www/pvt/home.tcl 16 Jan 2002 20:07:23 -0000 1.2 +++ openacs-4/packages/acs-subsite/www/pvt/home.tcl 25 Jul 2002 06:57:18 -0000 1.3 @@ -64,10 +64,10 @@ if { ! $user_exists_p } { if {$user_id == 0} { ad_redirect_for_registration - return + ad_script_abort } ad_return_error "Account Unavailable" "We can't find you (user #$user_id) in the users table. Probably your account was deleted for some reason. You can visit the log out page and then start over." - return + ad_script_abort } if { ![empty_string_p $first_names] || ![empty_string_p $last_name] } {