Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
e85f1b32
Commit
e85f1b32
authored
Oct 06, 2008
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Patch
#273743
by meba, jsaints: fixed exmaple code.
parent
9b23008a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
includes/mail.inc
includes/mail.inc
+1
-1
No files found.
includes/mail.inc
View file @
e85f1b32
...
...
@@ -35,7 +35,7 @@
* foreach ($accounts as $account) {
* $params['account'] = $account;
* // example_mail() will be called based on the first drupal_mail() parameter.
* drupal_mail('example', 'noti
fy
', $account->mail, user_preferred_language($account), $params);
* drupal_mail('example', 'noti
ce
', $account->mail, user_preferred_language($account), $params);
* }
* }
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment