You are here

function datereminder_enable in Date Reminder 6

Same name and namespace in other branches
  1. 6.2 datereminder.install \datereminder_enable()
  2. 7 datereminder.install \datereminder_enable()

Implements hook_enable().

Notify content module when this module is enabled.

File

./datereminder.install, line 36
Stuff Druapl needs to install this module.

Code

function datereminder_enable() {
  content_notify('enable', 'datereminder');
}