Update user_mail() to drupal_mail()
drewish - January 19, 2007 - 00:36
| Project: | Actions |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
I got the following error:
Fatal error: Call to undefined function user_mail() in sites/all/modules/actions/actions.inc on line 334It's due to the function name changing from user_mail() to drupal_mail(). The attached patch should take care of it.
| Attachment | Size |
|---|---|
| actions_patch.txt | 922 bytes |

#1
Fixed. Thanks.
#2
Not quite fixed. There's a new parameter, from the link:
Please look at the change in the patch.
#3
Thanks, drewish.
#4