You are here

function location_taxonomize_location_enable in Location Taxonomize 7.2

Implements hook_enable().

File

location_taxonomize_location/location_taxonomize_location.install, line 20

Code

function location_taxonomize_location_enable() {

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