You are here

function _biblio_bibtex_insert in Bibliography Module 6.2

File

modules/bibtexParse/biblio_bibtex.module, line 160

Code

function _biblio_bibtex_insert($node) {
  if (!isset($node->biblio_bibtex_md5)) {
    return;
  }
  drupal_write_record('biblio_bibtex', $node);
}