You are here

function biblio_tagged_tagged_map_reset in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/endnote/biblio_tagged.module \biblio_tagged_tagged_map_reset()
  2. 7.2 modules/endnote/biblio_tagged.module \biblio_tagged_tagged_map_reset()

File

modules/endnote/biblio_tagged.module, line 477

Code

function biblio_tagged_tagged_map_reset($type = NULL) {
  module_load_include('install', 'biblio_tagged', 'biblio_tagged');
  _reset_tagged_map($type);
}