You are here

function party_modules_disabled in Party 7

Implements hook_modules_enabled()

File

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

Code

function party_modules_disabled($modules) {

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