function node_expire_node_load in Node expire 8
Same name and namespace in other branches
- 7.2 node_expire.module \node_expire_node_load()
- 7 node_expire.module \node_expire_node_load()
Implements hook_node_load().
File
- ./
node_expire.module, line 171 - 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);
}