You are here

function biblio_ris_entity_insert in Bibliography Module 7.2

File

modules/RIS/biblio_ris.module, line 130

Code

function biblio_ris_entity_insert($entity, $type) {
  if (isset($entity->biblio_ris_md5)) {
    drupal_write_record('biblio_ris', $entity);
  }
}