function gmap_taxonomy_update_5001 in GMap Module 5
Same name and namespace in other branches
- 6.2 gmap_taxonomy.install \gmap_taxonomy_update_5001()
- 6 gmap_taxonomy.install \gmap_taxonomy_update_5001()
- 7.2 gmap_taxonomy.install \gmap_taxonomy_update_5001()
- 7 gmap_taxonomy.install \gmap_taxonomy_update_5001()
Track the tid that caused the association, so we can do fixups faster.
File
- ./
gmap_taxonomy.install, line 40
Code
function gmap_taxonomy_update_5001() {
$ret = array();
// Removed because we just kill the table and recreate it in update 5002 anyway.
return $ret;
}