You are here

function similarterms_node_update in Similar By Terms 7

Implements hook_node_update().

File

./similarterms.module, line 397
Similar By Terms module displays a block with similar content based on taxonomy terms.

Code

function similarterms_node_update($node) {
  similarterms_node_save($node);
}