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.5 -r1.6 --- openacs-4/packages/dotlrn-ecommerce/www/ecommerce/checkout-scholarships-2.tcl 13 Sep 2005 06:43:35 -0000 1.5 +++ openacs-4/packages/dotlrn-ecommerce/www/ecommerce/checkout-scholarships-2.tcl 13 Sep 2005 14:11:34 -0000 1.6 @@ -87,7 +87,7 @@ break } - if { ! [exists_and_not_null $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"]