You are here

function vkxp_node_update in VK CrossPoster 7

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

Implements hook_node_update().

File

./vkxp.module, line 172

Code

function vkxp_node_update($node) {

  // Post node to vk.com.
  _vkxp_process_node($node, 'update');
}