You are here

function _prod_check_cron_last in Production check & Production monitor 7

Same name and namespace in other branches
  1. 6 prod_check.module \_prod_check_cron_last()

File

./prod_check.module, line 2072

Code

function _prod_check_cron_last($caller = 'internal') {
  $check = array();
  $check['prod_check_cron_last'] = variable_get('cron_last', 0);
  return prod_check_execute_check($check, $caller, 'prod_mon');
}