You are here

function spaces_taxonomy_taxonomy_term_update in Spaces 7.3

Same name and namespace in other branches
  1. 7 spaces_taxonomy/spaces_taxonomy.module \spaces_taxonomy_taxonomy_term_update()

Implements hook_taxonomy_term_update().

File

spaces_taxonomy/spaces_taxonomy.module, line 216
spaces_taxonomy.module

Code

function spaces_taxonomy_taxonomy_term_update($term) {
  _spaces_taxonomy_term_save_preset_and_modifier($term);
}