You are here

constant BIRTHDAYS_ADMIN_MAIL_DISABLED in Birthdays 7

Same name and namespace in other branches
  1. 5 birthdays.module \BIRTHDAYS_ADMIN_MAIL_DISABLED
  2. 6 birthdays.module \BIRTHDAYS_ADMIN_MAIL_DISABLED

Admin emails disabled. Default.

2 uses of BIRTHDAYS_ADMIN_MAIL_DISABLED
birthdays_field_info in ./birthdays.module
Implements hook_field_info().
birthdays_update_7000 in ./birthdays.install
Upgrade the data structure to Drupal 7, creating actions, triggers and fields.

File

./birthdays.module, line 15
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 email on their birthday automatically, and the administrator can receive daily reminders of…

Code

define('BIRTHDAYS_ADMIN_MAIL_DISABLED', '0');