function gmap_taxonomy_vid_is_gone in GMap Module 5
In case you were implementing support for gmap_taxonomy in your own modules, here's a canary function to go with the change so you can continue to support older snapshots if you wish. (Only applicable to D5, D6 has term_node revisions.)
File
- ./
gmap_taxonomy.module, line 194 - GMap Taxonomy Markers
Code
function gmap_taxonomy_vid_is_gone() {
return TRUE;
}