From c4a548f64d3c941a36edd03903ba388c6c32c1ae Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 1 Sep 2009 17:40:28 +0000 Subject: #331180 follow-up by pwolanin and mfb: Fix sending of mail. --- modules/user/user.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index bfabe61d0..c0cead24a 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2757,7 +2757,8 @@ function user_preferred_language($account, $default = NULL) { * @param $language * Optional language to use for the notification, overriding account language. * @return - * The return value from drupal_mail_send(), if ends up being called. + * The return value from drupal_mail_sending_system()->mail(), if ends up + * being called. */ function _user_mail_notify($op, $account, $language = NULL) { // By default, we always notify except for canceled and blocked. -- cgit v1.2.3