function oa_events_update_7001 in Open Atrium Events 7.2
Install the oa_events schema.
File
- ./
oa_events.install, line 64 - oa_events.install
Code
function oa_events_update_7001() {
drupal_install_schema('oa_events');
}
Install the oa_events schema.
function oa_events_update_7001() {
drupal_install_schema('oa_events');
}