/** * (Delegated) Implementation of hook_civicrm_disable */ function _hrbank_civix_civicrm_disable() { _hrbank_civix_civicrm_config(); if ($upgrader = _hrbank_civix_upgrader()) { if (is_callable(array($upgrader, 'onDisable'))) { return $upgrader->onDisable(); } } }
/** * Implementation of hook_civicrm_config */ function hrbank_civicrm_config(&$config) { _hrbank_civix_civicrm_config($config); }