You are here

function _location_taxonomize_reset in Location Taxonomize 7

Same name and namespace in other branches
  1. 7.2 location_taxonomize.inc \_location_taxonomize_reset()

Resets the module, as if it was uninstalled and installed again

File

./location_taxonomize.inc, line 16
Some useful functions for Location taxonomize

Code

function _location_taxonomize_reset() {
  location_taxonomize_empty_vocab();
  _location_taxonomize_set_defaults();
  drupal_set_message(t('Module reset'));
}