You are here

function getlocations_location_taxonomize_enable in Get Locations 7.2

Same name and namespace in other branches
  1. 7 modules/getlocations_location_taxonomize/getlocations_location_taxonomize.install \getlocations_location_taxonomize_enable()

Implements hook_enable().

File

modules/getlocations_location_taxonomize/getlocations_location_taxonomize.install, line 23

Code

function getlocations_location_taxonomize_enable() {

  // set this module as the default source module if another is not already set
  location_taxonomize_source_default_set(LT_GETLOC_MODULE_ID);
}