You are here

function biblio_marc_biblio_export_options in Bibliography Module 7

File

modules/marcParse/biblio_marc.module, line 221

Code

function biblio_marc_biblio_export_options() {
  return array(
    'marc' => t('MARC'),
  );
}