You are here

function datereminder_disable in Date Reminder 6

Same name and namespace in other branches
  1. 6.2 datereminder.install \datereminder_disable()

Implements hook_disable().

Notify content module when this module is disabled.

File

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

Code

function datereminder_disable() {
  content_notify('disable', 'datereminder');
}