function datereminder_disable in Date Reminder 6.2
Same name and namespace in other branches
- 6 datereminder.install \datereminder_disable()
Implements hook_disable().
Notify content module when this module is disabled.
File
- ./
datereminder.install, line 47 - Stuff Druapl needs to install this module.
Code
function datereminder_disable() {
content_notify('disable', 'datereminder');
}