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