You are here

function hosting_node_update in Hosting 7.3

Same name and namespace in other branches
  1. 7.4 hosting.module \hosting_node_update()

Implements hook_node_update().

See also

hook_nodeapi_TYPE_OP()

File

./hosting.module, line 340
Hosting module.

Code

function hosting_node_update($node) {

  // Redispatch through our custom nodeapi implementation.
  hosting_nodeapi($node, 'update');
}