Index: openacs-4/packages/dotlrn-ecommerce/www/ecommerce/application-request-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/ecommerce/application-request-2.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/dotlrn-ecommerce/www/ecommerce/application-request-2.tcl 17 Jan 2006 21:58:05 -0000 1.5 +++ openacs-4/packages/dotlrn-ecommerce/www/ecommerce/application-request-2.tcl 18 Jan 2006 01:36:52 -0000 1.6 @@ -31,7 +31,7 @@ } # Send emails -switch -- type { +switch -- $type { "payment" { dotlrn_community::send_member_email -community_id $community_id -to_user $email_user_id -type "awaiting payment" }