Index: openacs-4/packages/dotlrn/www/spam.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/spam.tcl,v diff -u -r1.36 -r1.37 --- openacs-4/packages/dotlrn/www/spam.tcl 28 May 2018 13:29:57 -0000 1.36 +++ openacs-4/packages/dotlrn/www/spam.tcl 28 May 2018 14:05:12 -0000 1.37 @@ -93,7 +93,7 @@ set sender_id [ad_conn user_id] set portal_id [dotlrn_community::get_portal_id -community_id $community_id] -set user [dict create {*}[acs_user::get -user_id $sender_id]] +set user [acs_user::get -user_id $sender_id] set sender_email [dict get $user email] set sender_first_names [dict get $user first_names] set sender_last_names [dict get $user last_name]