function biblio_rtf_biblio_export_options in Bibliography Module 7.2
Same name and namespace in other branches
- 7 modules/rtf/biblio_rtf.module \biblio_rtf_biblio_export_options()
File
- modules/
rtf/ biblio_rtf.module, line 13
Code
function biblio_rtf_biblio_export_options() {
return array(
'rtf' => t('RTF'),
);
}