Index: openacs-4/packages/dotlrn-admin/www/admin/user-new-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-admin/www/admin/user-new-2.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/dotlrn-admin/www/admin/user-new-2.tcl 28 Jun 2015 12:09:34 -0000 1.4 +++ openacs-4/packages/dotlrn-admin/www/admin/user-new-2.tcl 21 Jan 2018 00:38:38 -0000 1.5 @@ -104,12 +104,12 @@ ns_log Error "Error sending email from user-new-2.tcl" $errmsg ad_return_error \ - "Error sending mail" \ - "There was an error sending email to $email." + "Error sending mail" \ + "There was an error sending email to $email." + ad_script_abort } else { set admin_subject "The following email was just sent from [ad_system_name]" - set admin_message "The following email was just sent from [ad_system_name] Sent by: $email_from @@ -122,8 +122,9 @@ ns_log Error "Error sending email from user-new-2.tcl" $errmsg ad_return_error \ - "Error sending mail" \ - "There was an error sending email to $email." + "Error sending mail" \ + "There was an error sending email to $email." + ad_script_abort } }