You are here

function party_modules_enabled in Party 7

Implements hook_modules_enabled()

File

./party.module, line 581
Provides a generic CRM party entity.

Code

function party_modules_enabled($modules) {

  // Clear our caches in case things have changed.
  cache_clear_all('party:', 'cache', TRUE);
}