You are here

function gmap_taxonomy_update_5001 in GMap Module 5

Same name and namespace in other branches
  1. 6.2 gmap_taxonomy.install \gmap_taxonomy_update_5001()
  2. 6 gmap_taxonomy.install \gmap_taxonomy_update_5001()
  3. 7.2 gmap_taxonomy.install \gmap_taxonomy_update_5001()
  4. 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;
}