You are here

function gmap_taxonomy_taxonomy_term_insert in GMap Module 7.2

Same name and namespace in other branches
  1. 7 gmap_taxonomy.module \gmap_taxonomy_taxonomy_term_insert()

Implements hook_taxonomy_term_insert().

@todo move this to GmapTaxonomyCRUDi class

File

./gmap_taxonomy.module, line 108
GMap Taxonomy Markers

Code

function gmap_taxonomy_taxonomy_term_insert($term) {
  return gmap_taxonomy_taxonomy_term_update($term);
}