? mail_docs_455172_1.patch
Index: includes/mail.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/mail.inc,v
retrieving revision 1.19
diff -u -p -r1.19 mail.inc
--- includes/mail.inc	30 Mar 2009 05:32:31 -0000	1.19
+++ includes/mail.inc	6 May 2009 18:21:59 -0000
@@ -45,7 +45,7 @@
  *     switch($key) {
  *       case 'notice':
  *         $message['subject'] = t('Notification from !site', $variables, $language->language);
- *         $message['body'] = t("Dear !username\n\nThere is new content available on the site.", $variables, $language->language);
+ *         $message['body'][] = t("Dear !username\n\nThere is new content available on the site.", $variables, $language->language);
  *         break;
  *     }
  *   }
