constant BIRTHDAYS_USER_MAIL_NO in Birthdays 6
Same name and namespace in other branches
- 5 birthdays.module \BIRTHDAYS_USER_MAIL_NO
Do not send an e-mail to the user on their birthday. Default.
4 uses of BIRTHDAYS_USER_MAIL_NO
- 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_form_user in ./
birthdays.module - Adds user options to the profile form which are saved in {users}.data and are loaded during a user_load().
- _birthdays_send_user_message in ./
birthdays.mail.inc - Send all birthdays on this day a message
File
- ./
birthdays.module, line 103 - 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_USER_MAIL_NO', '0');