You are here

function biblio_update_keywords in Bibliography Module 6.2

Same name and namespace in other branches
  1. 6 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()

Parameters

object $node:

1 call to biblio_update_keywords()
biblio_update in ./biblio.module
Implements hook_update().

File

includes/biblio.keywords.inc, line 75
Keywords related functions for Drupal biblio module.

Code

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