From 6bf31cfefc854c09cf5378a19494cccf30cf84ab Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Thu, 7 May 2009 10:41:12 +0000
Subject: - Patch #455172 by RoboPhred: updated documentation example.

---
 includes/mail.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'includes')

diff --git a/includes/mail.inc b/includes/mail.inc
index 1eeaa7f89..58607c1e8 100644
--- a/includes/mail.inc
+++ b/includes/mail.inc
@@ -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;
  *     }
  *   }
-- 
cgit v1.2.3