function office_hours_uninstall in Office Hours 6.2
Same name and namespace in other branches
- 6 office_hours.install \office_hours_uninstall()
Implementation of hook_uninstall().
File
- ./
office_hours.install, line 14
Code
function office_hours_uninstall() {
drupal_load('module', 'content');
content_notify('uninstall', 'office_hours');
}