You are here

function taxonomy_dupecheck_update_7001 in Taxonomy dupecheck 7

Clear menu cache to match new configuration place

File

./taxonomy_dupecheck.install, line 18
Install, update and uninstall functions for the Taxonomy Dupecheck module.

Code

function taxonomy_dupecheck_update_7001() {
  cache_clear_all(NULL, 'cache_menu');
}