From a703b3ee8ae84ccdb9023492f93b8ea5a0fb9cf7 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 29 Apr 2009 03:57:21 +0000 Subject: #431148 by pwolanin: Make it easier to visually distinguish between security updates and regular updates. --- modules/update/update.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/update/update.module') diff --git a/modules/update/update.module b/modules/update/update.module index d103f0431..6ed91d621 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -254,7 +254,7 @@ function _update_requirement_check($project, $type) { break; case UPDATE_NOT_CURRENT: $requirement_label = t('Out of date'); - $requirement['severity'] = variable_get('update_notification_threshold', 'all') == 'all' ? REQUIREMENT_ERROR : REQUIREMENT_WARNING; + $requirement['severity'] = REQUIREMENT_WARNING; break; case UPDATE_UNKNOWN: case UPDATE_NOT_CHECKED: -- cgit v1.2.3