You are here

function _biblio_marc_delete in Bibliography Module 6.2

File

modules/marcParse/biblio_marc.module, line 27

Code

function _biblio_marc_delete($node) {
  db_query('DELETE FROM {biblio_marc} WHERE nid = %d', $node->nid);
}