Index: openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl,v diff -u -r1.35 -r1.36 --- openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl 13 Jun 2006 17:03:12 -0000 1.35 +++ openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl 6 Apr 2007 14:04:32 -0000 1.36 @@ -34,6 +34,9 @@ @error } { dotlrn_community::add_user $community_id $user_id + dotlrn_community::send_member_email \ + -community_id $community_id \ + -to_user $user_id # See if we need to send the welcome email to the # purchaser @@ -45,7 +48,11 @@ # if they are the participant, then # they will get the welcome email for the community - dotlrn_community::send_member_email -community_id $community_id -to_user $user_id -type "on join" -email_send_to $patron_id -override_enabled + dotlrn_community::send_member_email \ + -community_id $community_id \ + -to_user $user_id \ + -type "on join" \ + -email_send_to $patron_id -override_enabled } # Keep track of patron relationships