function _prod_check_cron_last in Production check & Production monitor 6
Same name and namespace in other branches
- 7 prod_check.module \_prod_check_cron_last()
File
- ./
prod_check.module, line 1983
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');
}