You are here

function office_hours_disable in Office Hours 6

Same name and namespace in other branches
  1. 6.2 office_hours.install \office_hours_disable()

Implementation of hook_disable().

File

./office_hours.install, line 30

Code

function office_hours_disable() {
  drupal_load('module', 'content');
  content_notify('disable', 'office_hours');
}