You are here

function hs_taxonomy_disable in Hierarchical Select 7.3

Same name and namespace in other branches
  1. 6.3 modules/hs_taxonomy.install \hs_taxonomy_disable()

Implementation of hook_disable().

File

modules/hs_taxonomy.install, line 37
Install file for the Hierarchical Select Taxonomy module.

Code

function hs_taxonomy_disable() {
  variable_set('taxonomy_override_selector', FALSE);
  drupal_set_message(t("Drupal core's taxonomy selects are now restored.\n                        Please remember that they're not scalable!."), 'warning');
}