constant BIRTHDAYS_ADMIN_MAIL_WEEKLY in Birthdays 5
Same name and namespace in other branches
- 6 birthdays.module \BIRTHDAYS_ADMIN_MAIL_WEEKLY
- 7 birthdays.module \BIRTHDAYS_ADMIN_MAIL_WEEKLY
Admin e-mails should be sent weekly, on the first day of the week defined by 'admin/settings/date-time'.
2 uses of BIRTHDAYS_ADMIN_MAIL_WEEKLY
- birthdays_cron in ./
birthdays.module - Implementation of hook_cron().
- _birthdays_send_admin_message in ./
birthdays.module - Sends e-mail to administrator once a day as reminder about the upcoming 7 days
File
- ./
birthdays.module, line 38 - The Birthdays module allows users to add their birthday to their profile. It lists birthdays on a seperate page and in different blocks. Users can receive an e-mail on their birthday automatically, and the administrator can receive daily reminders of…
Code
define('BIRTHDAYS_ADMIN_MAIL_WEEKLY', '2');