You are here

function taxonomy_manager_update_7002 in Taxonomy Manager 7

Remove merge_redirect variable.

File

./taxonomy_manager.install, line 28
Install, update and uninstall functions for the Taxonomy Manager

Code

function taxonomy_manager_update_7002() {
  variable_del('taxonomy_manager_disable_merge_redirect');
}