You are here

function location_taxonomize_install in Location Taxonomize 7.2

Same name and namespace in other branches
  1. 7 location_taxonomize.install \location_taxonomize_install()

Implements hook_install().

File

./location_taxonomize.install, line 13

Code

function location_taxonomize_install() {

  // set all variables to their default values
  _location_taxonomize_set_defaults();
  drupal_set_message(st("Location taxonomize has been installed, but it doesn't do anything right away. To start using it, you have to go to the configuration page and initialize your Location Vocabulary. You also have to install one of the available source modules."));
}