function getlocations_location_taxonomize_init in Get Locations 7
Same name and namespace in other branches
- 7.2 modules/getlocations_location_taxonomize/getlocations_location_taxonomize.module \getlocations_location_taxonomize_init()
Implements hook_init().
File
- modules/
getlocations_location_taxonomize/ getlocations_location_taxonomize.module, line 17 - getlocations_location_taxonomize.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Code
function getlocations_location_taxonomize_init() {
module_load_include('inc', 'getlocations_location_taxonomize', 'getlocations_location_taxonomize');
}