You are here

function biblio_xml_biblio_import_options in Bibliography Module 7.2

Same name and namespace in other branches
  1. 6.2 modules/endnote/biblio_xml.module \biblio_xml_biblio_import_options()
  2. 7 modules/endnote/biblio_xml.module \biblio_xml_biblio_import_options()

File

modules/endnote/biblio_xml.module, line 18

Code

function biblio_xml_biblio_import_options() {
  return array(
    'biblio_xml' => t('EndNote XML'),
  );
}