You are here

function office_hours_enable in Office Hours 6

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

Implementation of hook_enable().

File

./office_hours.install, line 22

Code

function office_hours_enable() {
  drupal_load('module', 'content');
  content_notify('enable', 'office_hours');
}