diff includes/mail.inc @ 11:589fb7c02327 6.5

Drupal 6.5
author Franck Deroche <webmaster@defr.org>
date Tue, 23 Dec 2008 14:32:19 +0100
parents fff6d4c8c043
children
line wrap: on
line diff
--- a/includes/mail.inc	Tue Dec 23 14:32:08 2008 +0100
+++ b/includes/mail.inc	Tue Dec 23 14:32:19 2008 +0100
@@ -1,5 +1,5 @@
 <?php
-// $Id: mail.inc,v 1.8.2.3 2008/05/19 08:19:00 goba Exp $
+// $Id: mail.inc,v 1.8.2.4 2008/10/06 11:04:08 dries Exp $
 
 /**
  * Compose and optionally send an e-mail message.
@@ -35,7 +35,7 @@
  *     foreach ($accounts as $account) {
  *       $params['account'] = $account;
  *       // example_mail() will be called based on the first drupal_mail() parameter.
- *       drupal_mail('example', 'notify', $account->mail, user_preferred_language($account), $params);
+ *       drupal_mail('example', 'notice', $account->mail, user_preferred_language($account), $params);
  *     }
  *   }
  *
@@ -435,7 +435,7 @@
 function _drupal_html_to_mail_urls($match = NULL, $reset = FALSE) {
   global $base_url, $base_path;
   static $urls = array(), $regexp;
-  
+
   if ($reset) {
     // Reset internal URL list.
     $urls = array();