You are here

function location_taxonomize_af_enable in Location Taxonomize 7.2

Implements hook_enable().

File

location_taxonomize_af/location_taxonomize_af.install, line 20

Code

function location_taxonomize_af_enable() {

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