You are here

function _biblio_tagged_insert in Bibliography Module 6.2

File

modules/endnote/biblio_tagged.module, line 100

Code

function _biblio_tagged_insert($node) {
  if (!isset($node->biblio_tagged_md5)) {
    return;
  }
  drupal_write_record('biblio_tagged', $node);
}