You are here

constant AUTO_EXPIRE_EMAIL in Auto Expire 7

Same name and namespace in other branches
  1. 5 auto_expire.inc \AUTO_EXPIRE_EMAIL
4 uses of AUTO_EXPIRE_EMAIL
auto_expire_cron in ./auto_expire.module
Implements hook_cron().
auto_expire_uninstall in ./auto_expire.install
Implements hook_uninstall().
_auto_expire_admin_settings in ./auto_expire.module
Admin Settings.
_auto_expire_notify in ./auto_expire.module
Sends out the notifications.

File

./auto_expire.inc, line 15
Auto Expire automatically expires nodes after a node has been published for a certain time. The module can also send out warnings before expiry and purge expired nodes afterwards.

Code

define('AUTO_EXPIRE_EMAIL', 'auto_expire_email_');