function node_expire_cron in Node expire 6
Same name and namespace in other branches
- 8 node_expire.module \node_expire_cron()
- 5 node_expire.module \node_expire_cron()
- 6.2 node_expire.module \node_expire_cron()
- 7.2 node_expire.module \node_expire_cron()
- 7 node_expire.module \node_expire_cron()
Implementation of hook_cron().
File
- ./
node_expire.module, line 17
Code
function node_expire_cron() {
module_load_include('cron.inc', 'node_expire');
_node_expire_cron();
}