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.7 -r1.8 --- openacs-4/packages/dotlrn-ecommerce/www/ecommerce/application-request-2.tcl 18 Jan 2006 17:32:53 -0000 1.7 +++ openacs-4/packages/dotlrn-ecommerce/www/ecommerce/application-request-2.tcl 23 Jan 2006 08:04:41 -0000 1.8 @@ -32,8 +32,8 @@ # Send emails switch -- $type { - "awaiting payment" { - dotlrn_community::send_member_email -community_id $community_id -to_user $email_user_id -type "awaiting payment" + "application sent" { + dotlrn_community::send_member_email -community_id $community_id -to_user $email_user_id -type "application sent" } "prereq" { set mail_from [parameter::get -package_id [ad_acs_kernel_id] -parameter OutgoingSender]