constant BIRTHDAYS_ADMIN_MAIL_DISABLED in Birthdays 6
Same name and namespace in other branches
- 5 birthdays.module \BIRTHDAYS_ADMIN_MAIL_DISABLED
- 7 birthdays.module \BIRTHDAYS_ADMIN_MAIL_DISABLED
Admin e-mails disabled. Default.
3 uses of BIRTHDAYS_ADMIN_MAIL_DISABLED
- birthdays_admin_settings in ./
birthdays.admin.inc - Generates the Birthdays admininistration form located at ?q=admin/settings/birthdays.
- birthdays_cron in ./
birthdays.module - Implementation of hook_cron().
- _birthdays_send_admin_message in ./
birthdays.mail.inc - Sends an e-mail to administrator for the upcoming day(s).
File
- ./
birthdays.module, line 20 - 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_DISABLED', '0');