You are here

function location_taxonomize_enable in Location Taxonomize 7

Same name and namespace in other branches
  1. 7.2 location_taxonomize.install \location_taxonomize_enable()

Implements hook_enable().

File

./location_taxonomize.install, line 22

Code

function location_taxonomize_enable() {

  // nothing to do here for now, everything is done during initialization
}