You are here

function node_expire_node_update in Node expire 7.2

Same name and namespace in other branches
  1. 8 node_expire.module \node_expire_node_update()
  2. 7 node_expire.module \node_expire_node_update()

Implements hook_nodeapi_update().

File

./node_expire.module, line 74
Set a timer into your content, allowing you to perform customized actions.

Code

function node_expire_node_update($node) {
  NodeHookHandler::hookNodeUpdate($node);
}