function node_expire_node_load in Node expire 7
Same name and namespace in other branches
- 8 node_expire.module \node_expire_node_load()
- 7.2 node_expire.module \node_expire_node_load()
Implements hook_node_load().
File
- ./
node_expire.module, line 163 - Set a timer into your content, allowing you to perform customized actions.
Code
function node_expire_node_load($nodes, $types) {
module_load_include('nodeapi.inc', 'node_expire');
// _node_expire_node_load($ntypes, $nodes, $types);
_node_expire_node_load($nodes, $types);
}