Index: openacs-4/packages/ecommerce/www/admin/customer-service/user-identification.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/user-identification.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/admin/customer-service/user-identification.xql 10 Jul 2001 20:33:53 -0000 1.1 +++ openacs-4/packages/ecommerce/www/admin/customer-service/user-identification.xql 9 Mar 2002 02:00:02 -0000 1.2 @@ -10,7 +10,7 @@ - select first_names as d_first_names, last_name as d_last_name, user_id as d_user_id from cc_users where upper(email) = :email + select first_names as d_first_names, last_name as d_last_name, user_id as d_user_id from cc_users where email = lower(:email)