Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.191.2.10 -r1.191.2.11 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 17 Aug 2005 21:43:36 -0000 1.191.2.10 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 6 Sep 2005 15:03:06 -0000 1.191.2.11 @@ -2213,6 +2213,7 @@ {-var_list ""} {-override_email ""} {-override_subject ""} + {-override_enabled:boolean} } { Send a membership email to the user @@ -2237,7 +2238,7 @@ subject, email from dotlrn_member_emails - where enabled_p + where (enabled_p or :override_enabled_p = 1) and community_id = :community_id and type = :type }] } {