You are here

function crm_core_activity_enable in CRM Core 7

Implements hook_enable().

File

modules/crm_core_activity/crm_core_activity.install, line 34
Install, update, and uninstall functions for the CRM Core Activity module.

Code

function crm_core_activity_enable() {

  // Clear the cache to display in Feeds as available plugin.
  cache_clear_all('plugins:feeds:plugins', 'cache');
}