diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-07 10:41:12 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-07 10:41:12 +0000 |
commit | 6bf31cfefc854c09cf5378a19494cccf30cf84ab (patch) | |
tree | fbd87e5bb9e871fde6232cd3987474d79a8cc158 /includes | |
parent | 7cf957f5db1e63218cd58208a06a5a9c962ca711 (diff) | |
download | brdo-6bf31cfefc854c09cf5378a19494cccf30cf84ab.tar.gz brdo-6bf31cfefc854c09cf5378a19494cccf30cf84ab.tar.bz2 |
- Patch #455172 by RoboPhred: updated documentation example.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/mail.inc | 2 |
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; * } * } |