You are here

function node_expire_cron in Node expire 6

Same name and namespace in other branches
  1. 8 node_expire.module \node_expire_cron()
  2. 5 node_expire.module \node_expire_cron()
  3. 6.2 node_expire.module \node_expire_cron()
  4. 7.2 node_expire.module \node_expire_cron()
  5. 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();
}