You are here

function biblio_update_keywords in Bibliography Module 6

Same name and namespace in other branches
  1. 6.2 includes/biblio.keywords.inc \biblio_update_keywords()
  2. 7 includes/biblio.keywords.inc \biblio_update_keywords()
  3. 7.2 includes/biblio.keywords.inc \biblio_update_keywords()
1 call to biblio_update_keywords()
biblio_update in ./biblio.module
Implementation of hook_update().

File

./biblio.keywords.inc, line 69

Code

function biblio_update_keywords($node) {
  biblio_insert_keywords($node, TRUE);
}