- Patch #455172 by RoboPhred: updated documentation example.

merge-requests/26/head
Dries Buytaert 2009-05-07 10:41:12 +00:00
parent 7cf957f5db
commit 6bf31cfefc
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
* switch($key) { * switch($key) {
* case 'notice': * case 'notice':
* $message['subject'] = t('Notification from !site', $variables, $language->language); * $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; * break;
* } * }
* } * }