You are here

function location_taxonomy_taxonomy_vocabulary_delete in Location 7.5

Same name and namespace in other branches
  1. 7.3 contrib/location_taxonomy/location_taxonomy.module \location_taxonomy_taxonomy_vocabulary_delete()

Implements hook_taxonomy_vocabulary_delete().

File

contrib/location_taxonomy/location_taxonomy.module, line 17
Associate locations with taxonomy terms.

Code

function location_taxonomy_taxonomy_vocabulary_delete($vocabulary) {
  variable_del('location_taxonomy_' . $vocabulary->vid);
}