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 -N -r1.191.2.12 -r1.191.2.13 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 6 Sep 2005 16:30:03 -0000 1.191.2.12 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 6 Sep 2005 17:21:47 -0000 1.191.2.13 @@ -2279,7 +2279,7 @@ if { [empty_string_p $from_addr] } { set from_addr [ad_system_owner] } - ns_log Notice "before egetting email email send it is $email_send_to" + if {[empty_string_p $email_send_to]} { set to_addr [cc_email_from_party $to_user] } else {