You are here

function gmap_taxonomy_update_5001 in GMap Module 6.2

Same name and namespace in other branches
  1. 5 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 54
gmap_taxonomy install routines.

Code

function gmap_taxonomy_update_5001() {
  $ret = array();

  // Removed because we just kill the table and recreate it in update 5002^H^H^H^H6001 anyway.
  return $ret;
}