function oa_events_install in Open Atrium Events 7.2
Implements hook_install().
File
- ./
oa_events.install, line 10 - oa_events.install
Code
function oa_events_install() {
oa_events_install_section_type();
}
Implements hook_install().
function oa_events_install() {
oa_events_install_section_type();
}