diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-09-01 17:40:28 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-09-01 17:40:28 +0000 |
commit | c4a548f64d3c941a36edd03903ba388c6c32c1ae (patch) | |
tree | ed657e92717c685ce0a932492869ce8ded87e75e /modules/system | |
parent | 5bd9dcef6000760c11b649cc6096b4b0352162a1 (diff) | |
download | brdo-c4a548f64d3c941a36edd03903ba388c6c32c1ae.tar.gz brdo-c4a548f64d3c941a36edd03903ba388c6c32c1ae.tar.bz2 |
#331180 follow-up by pwolanin and mfb: Fix sending of mail.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.api.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 922a340f3..a4ca25049 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -661,9 +661,9 @@ function hook_image_toolkits() { * * Email messages sent using functions other than drupal_mail() will not * invoke hook_mail_alter(). For example, a contributed module directly - * calling the drupal_mail_send() or PHP mail() function will not invoke this - * hook. All core modules use drupal_mail() for messaging, it is best practice - * but not manditory in contributed modules. + * calling the drupal_mail_sending_system()->mail() or PHP mail() function + * will not invoke this hook. All core modules use drupal_mail() for + * messaging, it is best practice but not manditory in contributed modules. * * @param $message * An array containing the message data. Keys in this array include: |