summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-07 10:41:12 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-07 10:41:12 +0000
commit6bf31cfefc854c09cf5378a19494cccf30cf84ab (patch)
treefbd87e5bb9e871fde6232cd3987474d79a8cc158
parent7cf957f5db1e63218cd58208a06a5a9c962ca711 (diff)
downloadbrdo-6bf31cfefc854c09cf5378a19494cccf30cf84ab.tar.gz
brdo-6bf31cfefc854c09cf5378a19494cccf30cf84ab.tar.bz2
- Patch #455172 by RoboPhred: updated documentation example.
-rw-r--r--includes/mail.inc2
1 files changed, 1 insertions, 1 deletions
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;
* }
* }