From 4ae238ea577ed0140df6fd034b06bfd7b0f0cdb4 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 24 Aug 2009 00:02:05 +0000 Subject: *** empty log message *** --- includes/mail.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/mail.inc') diff --git a/includes/mail.inc b/includes/mail.inc index 58607c1e8..e2dbd15f6 100644 --- a/includes/mail.inc +++ b/includes/mail.inc @@ -115,7 +115,7 @@ function drupal_mail($module, $key, $to, $language, $params = array(), $from = N // Build the e-mail (get subject and body, allow additional headers) by // invoking hook_mail() on this module. We cannot use module_invoke() as // we need to have $message by reference in hook_mail(). - if (drupal_function_exists($function = $module . '_mail')) { + if (function_exists($function = $module . '_mail')) { $function($key, $message, $params); } -- cgit v1.2.3