You are here

function _save_endnote8_maps in Bibliography Module 7

Same name and namespace in other branches
  1. 6.2 modules/endnote/biblio_xml.install \_save_endnote8_maps()
  2. 7.2 modules/endnote/biblio_xml.install \_save_endnote8_maps()
1 call to _save_endnote8_maps()
_save_xml_maps in modules/endnote/biblio_xml.install

File

modules/endnote/biblio_xml.install, line 71
Database table creation for biblio_xml module.

Code

function _save_endnote8_maps() {
  $typemap = _get_endnote8_type_map();
  $typenames = _get_endnote8_type_names();
  $fieldmap = _get_endnote8_field_map();
  $maps = array_merge($typemap, $typenames, $fieldmap);
  biblio_save_map($maps);
}