You are here

function vkxp_node_update in VK CrossPoster 7.2

Same name and namespace in other branches
  1. 7 vkxp.module \vkxp_node_update()

Implements hook_node_update().

File

./vkxp.module, line 150

Code

function vkxp_node_update($node) {

  // Post node to VK.
  _vkxp_process_node($node);
}