constant PM_EMAIL_NOTIFY_LEVEL_DEFAULT in Privatemsg 7.2
Same name and namespace in other branches
- 6.2 pm_email_notify/pm_email_notify.module \PM_EMAIL_NOTIFY_LEVEL_DEFAULT
Enable e-mail notifications and use the global default.
A negative value will be ignored by the settings API.
1 use of PM_EMAIL_NOTIFY_LEVEL_DEFAULT
- pm_email_notify_update_7200 in pm_email_notify/
pm_email_notify.install - Convert the old table to privatemsg settings API.
File
- pm_email_notify/
pm_email_notify.module, line 33 - Notifies users about new Private Messages via Email.
Code
define('PM_EMAIL_NOTIFY_LEVEL_DEFAULT', -1);