You are here

function _biblio_bibtex_delete in Bibliography Module 6.2

File

modules/bibtexParse/biblio_bibtex.module, line 152

Code

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