You are here

function gmap_taxonomy_node_insert in GMap Module 7

Same name and namespace in other branches
  1. 7.2 gmap_taxonomy.module \gmap_taxonomy_node_insert()

Implement hook_node_insert().

File

./gmap_taxonomy.module, line 142
GMap Taxonomy Markers

Code

function gmap_taxonomy_node_insert($node) {
  gmap_taxonomy_node_update($node);
}