You are here

function taxonomy_manager_update_6001 in Taxonomy Manager 6

Same name and namespace in other branches
  1. 6.2 taxonomy_manager.install \taxonomy_manager_update_6001()

Implementation of hook_update_N().

just run through the update process so that the menu and theme registry cache gets cleared

File

./taxonomy_manager.install, line 38

Code

function taxonomy_manager_update_6001() {
  return array();
}