/** * (Delegated) Implementation of hook_civicrm_disable */ function _eventcalendar_civix_civicrm_disable() { _eventcalendar_civix_civicrm_config(); if ($upgrader = _eventcalendar_civix_upgrader()) { if (is_callable(array($upgrader, 'onDisable'))) { return $upgrader->onDisable(); } } }
/** * Implementation of hook_civicrm_config */ function eventcalendar_civicrm_config(&$config) { _eventcalendar_civix_civicrm_config($config); }