You are here

function services_ccc_node_update in Services Client 7

Implementation of hook_node_updaet()

Parameters

object $node:

File

services_ccc/services_ccc.module, line 43

Code

function services_ccc_node_update($node) {
  services_ccc_node_send($node);
}