You are here

function biblio_reset_map in Bibliography Module 6.2

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

Implemnts hook_reset_map().

Parameters

string $type:

string $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 2598
Main file for Drupal module biblio.

Code

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