You are here

function oa_variables_entity_update in Open Atrium Core 7.2

Implements hook_entity_update().

File

modules/oa_variables/oa_variables.module, line 63

Code

function oa_variables_entity_update($entity, $type) {
  if ($type == 'taxonomy_vocabulary') {
    variable_cache_clear();
  }
}