function spaces_taxonomy_taxonomy_term_update in Spaces 7
Same name and namespace in other branches
- 7.3 spaces_taxonomy/spaces_taxonomy.module \spaces_taxonomy_taxonomy_term_update()
Implements hook_taxonomy_term_update().
File
- spaces_taxonomy/
spaces_taxonomy.module, line 177 - spaces_taxonomy.module
Code
function spaces_taxonomy_taxonomy_term_update($term) {
_spaces_taxonomy_term_save_preset_and_modifier($term);
}