You are here

function taxonomy_manager_update_6001 in Taxonomy Manager 6.2

Same name and namespace in other branches
  1. 6 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 42
defines necessary schema the Taxonomy Manager

Code

function taxonomy_manager_update_6001() {
  return array();
}