You are here

function gmap_taxonomy_install in GMap Module 6.2

Same name and namespace in other branches
  1. 5 gmap_taxonomy.install \gmap_taxonomy_install()
  2. 6 gmap_taxonomy.install \gmap_taxonomy_install()

Implementation of hook_install().

File

./gmap_taxonomy.install, line 11
gmap_taxonomy install routines.

Code

function gmap_taxonomy_install() {
  drupal_install_schema('gmap_taxonomy');
}