@@ -497,15 +497,13 @@ function system_cron_settings() {
$cron_last=variable_get('cron_last',NULL);
if(is_numeric($cron_last)){
$title=t('Cron properly configured');
$status=t('Cron is running. The last cron job ran %time ago.',array('%time'=>format_interval(time()-$cron_last)));
}
else{
$title=t('Cron not configured');
$status=t('Cron has not run. It appears cron jobs have not been setup on your system. Please check the help pages for <a href="%url">configuring cron jobs</a>.',array('%url'=>'http://drupal.org/cron'));
@@ -497,15 +497,13 @@ function system_cron_settings() {
$cron_last=variable_get('cron_last',NULL);
if(is_numeric($cron_last)){
$title=t('Cron properly configured');
$status=t('Cron is running. The last cron job ran %time ago.',array('%time'=>format_interval(time()-$cron_last)));
}
else{
$title=t('Cron not configured');
$status=t('Cron has not run. It appears cron jobs have not been setup on your system. Please check the help pages for <a href="%url">configuring cron jobs</a>.',array('%url'=>'http://drupal.org/cron'));