You are here

function taxonomy_access_taxonomy_vocabulary_delete in Taxonomy Access Control 7

Implements hook_taxonomy_vocabulary_delete().

File

./taxonomy_access.module, line 236
Allows administrators to specify access control for taxonomy categories.

Code

function taxonomy_access_taxonomy_vocabulary_delete($vocab) {
  taxonomy_access_delete_default_grants($vocab->vid);
}