Index: openacs-4/packages/dotlrn-ecommerce/www/application-confirm.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/application-confirm.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/dotlrn-ecommerce/www/application-confirm.tcl 13 Sep 2005 03:04:24 -0000 1.6 +++ openacs-4/packages/dotlrn-ecommerce/www/application-confirm.tcl 28 Sep 2005 13:38:48 -0000 1.7 @@ -50,8 +50,8 @@ set section_name "" } -set message [lindex [dotlrn_community::send_member_email -community_id $community_id -to_user [ad_conn user_id] -type "needs approval" -message_only] 1] +set message [lindex [dotlrn_community::send_member_email -community_id $community_id -to_user [ad_conn user_id] -type $member_state -message_only] 1] -if {[string equal "" $message]} { +if {[string equal "" $message] } { set message [_ dotlrn-ecommerce.lt_Thank_you_for_your_ap] } \ No newline at end of file