You are here

function _biblio_xml_insert in Bibliography Module 6.2

File

modules/endnote/biblio_xml.module, line 145

Code

function _biblio_xml_insert($node) {
  if (!isset($node->biblio_xml_md5)) {
    return;
  }
  drupal_write_record('biblio_xml', $node);
}