function getlocations_location_taxonomize_enable in Get Locations 7
Same name and namespace in other branches
- 7.2 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 24
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);
}