Hi,
If a user sets their notification to 'weekly', they still receive an email digest daily. The attached patch fixes this and it also includes a couple of changes to help improve the performance of the node, namely only proceeding with _notify_by_views_mail_send() if there is a valid view name, and only processing the nodes in the specified view, rather than all nodes.
Cheers,
Stella
| Comment | File | Size | Author |
|---|---|---|---|
| weekly_notifications.patch | 1.89 KB | stella |
Comments
Comment #1
matt2000 commentedThanks, nice work.