You are here

function taxonomy_tools_taxonomy_term_update in Taxonomy Tools 8

Same name and namespace in other branches
  1. 7 taxonomy_tools.module \taxonomy_tools_taxonomy_term_update()

Implements hook_taxonomy_term_update().

File

./taxonomy_tools.module, line 398
Drupal hooks and functions to work with taxonomy terms.

Code

function taxonomy_tools_taxonomy_term_update($term) {
  taxonomy_tools_rebuild_access_grants($term);
}