Index: openacs-4/packages/ecommerce/www/admin/customer-service/email-send-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/email-send-postgresql.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/customer-service/email-send-postgresql.xql 31 Jan 2002 06:41:59 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/customer-service/email-send-postgresql.xql 9 Mar 2002 01:07:07 -0000 1.3 @@ -8,7 +8,7 @@ select u.email as user_email, id.email as id_email from ec_user_identification id left join cc_users u using (user_id) - and id.user_identification_id=:user_identification_id + where id.user_identification_id=:user_identification_id