You are here

function biblio_reset_map in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 biblio.module \biblio_reset_map()
  2. 7.2 biblio.module \biblio_reset_map()
2 calls to biblio_reset_map()
biblio_admin_field_mapper_form_reset_submit in includes/biblio.admin.inc
_state
biblio_admin_type_mapper_form_reset_submit in includes/biblio.admin.inc
_state

File

./biblio.module, line 2505
Bibliography Module for Drupal.

Code

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