Index: openacs.org-dev/packages/ecommerce/www/admin/customer-service/user-identification.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/ecommerce/www/admin/customer-service/user-identification.tcl,v diff -u -r1.1.1.1 -r1.1.1.2 --- openacs.org-dev/packages/ecommerce/www/admin/customer-service/user-identification.tcl 9 Jul 2002 17:35:06 -0000 1.1.1.1 +++ openacs.org-dev/packages/ecommerce/www/admin/customer-service/user-identification.tcl 8 Oct 2002 15:47:07 -0000 1.1.1.2 @@ -4,7 +4,7 @@ @param user_identification_id @author @creation-date - @cvs-id user-identification.tcl,v 3.3.2.5 2000/09/22 01:34:54 kevin Exp + @cvs-id $Id$ @author ported by Jerry Asher (jerry@theashergroup.com) } { user_identification_id @@ -17,7 +17,7 @@ if { ![empty_string_p $user_id] } { ad_returnredirect "[ec_acs_admin_url]users/one.tcl?user_id=$user_id" - return + ad_script_abort }