Index: openacs-4/packages/dotlrn/www/register.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/register.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/dotlrn/www/register.tcl 8 Aug 2006 21:26:24 -0000 1.14 +++ openacs-4/packages/dotlrn/www/register.tcl 5 Feb 2008 13:53:08 -0000 1.15 @@ -72,6 +72,7 @@ switch -exact $join_policy { "open" { dotlrn_community::add_user -member_state approved $community_id $user_id + dotlrn_community::send_member_email -community_id $community_id -to_user $user_id } "needs approval" { dotlrn_community::add_user -member_state "needs approval" $community_id $user_id