Index: openacs-4/packages/dotlrn-ecommerce/www/ecommerce/checkout-scholarships-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/ecommerce/checkout-scholarships-2.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn-ecommerce/www/ecommerce/checkout-scholarships-2.tcl 6 Sep 2005 17:34:16 -0000 1.4 +++ openacs-4/packages/dotlrn-ecommerce/www/ecommerce/checkout-scholarships-2.tcl 13 Sep 2005 06:43:35 -0000 1.5 @@ -87,7 +87,7 @@ break } - if { [empty_string_p $user_identification_id] } { + if { ! [exists_and_not_null $user_identification_id] } { # no previous customer service interaction with this user, so # insert them into ec_user_identification set user_identification_id [db_nextval "ec_user_ident_id_sequence"]