You are here

function opigno_statistics_app_cron in Opigno Statistics App 7

Implements hook_cron().

File

./opigno_statistics_app.module, line 217
Module file. Defines module hooks.

Code

function opigno_statistics_app_cron() {
  module_load_include('inc', 'opigno_statistics_app', 'includes/opigno_statistics_app.login_history');
  _opigno_statistics_app_login_history_clear_old_records();
}