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