You are here

function ip_anon_cron in IP Anonymize 6

Same name and namespace in other branches
  1. 8 ip_anon.module \ip_anon_cron()
  2. 5 ip_anon.module \ip_anon_cron()
  3. 7 ip_anon.module \ip_anon_cron()

Implementation of hook_cron().

File

./ip_anon.module, line 27
Establishes an IP address retention policy.

Code

function ip_anon_cron() {
  module_load_include('pages.inc', 'ip_anon');
  ip_anon_cron_run();
}