You are here

function oa_variables_entity_delete in Open Atrium Core 7.2

Implements hook_entity_delete().

File

modules/oa_variables/oa_variables.module, line 54

Code

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