Index: openacs-4/packages/contacts/lib/email.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/email.tcl,v diff -u -N -r1.39 -r1.40 --- openacs-4/packages/contacts/lib/email.tcl 5 Apr 2018 14:44:08 -0000 1.39 +++ openacs-4/packages/contacts/lib/email.tcl 17 Apr 2018 14:47:02 -0000 1.40 @@ -246,7 +246,7 @@ # We get the attribute_id of the salutation attribute set attribute_id [attribute::id -object_type "person" -attribute_name "salutation"] - # List to store know wich emails received the message + # List to store know which emails received the message set recipients_addr [list] set from [ad_conn user_id]