You are here

function gmap_taxonomy_taxonomy_vocabulary_delete in GMap Module 7

Same name and namespace in other branches
  1. 7.2 gmap_taxonomy.module \gmap_taxonomy_taxonomy_vocabulary_delete()

Implement hook_taxonomy_vocabulary_delete().

File

./gmap_taxonomy.module, line 89
GMap Taxonomy Markers

Code

function gmap_taxonomy_taxonomy_vocabulary_delete($vocabulary) {
  variable_del('gmap_taxonomy_vocab_' . $vocabulary->machine_name);
}