You are here

function biblio_reset_map in Bibliography Module 7.2

Same name and namespace in other branches
  1. 6.2 biblio.module \biblio_reset_map()
  2. 7 biblio.module \biblio_reset_map()

Resets the publication type mapping of an import type

Parameters

type $type:

type $format:

2 calls to biblio_reset_map()
biblio_admin_field_mapper_form_reset_submit in includes/biblio.admin.inc
biblio_admin_type_mapper_form_reset_submit in includes/biblio.admin.inc

File

./biblio.module, line 2481

Code

function biblio_reset_map($type, $format) {
  module_invoke_all($format . '_map_reset', $type);
}