You are here

function getlocations_location_taxonomize_init in Get Locations 7.2

Same name and namespace in other branches
  1. 7 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 16
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');
}