From 3645f032335bee9b20ae86c5e05d01efbfa0680b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 20 Dec 2007 08:42:05 +0000 Subject: [PATCH] #162788 by dww: allow contrib update_status to provide information on disabled modules and themes too --- modules/update/update.report.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/update/update.report.inc b/modules/update/update.report.inc index 2c5c283f46e..44de3d8f9dd 100644 --- a/modules/update/update.report.inc +++ b/modules/update/update.report.inc @@ -188,6 +188,8 @@ function theme_update_report($data) { 'core' => t('Drupal core'), 'module' => t('Modules'), 'theme' => t('Themes'), + 'disabled-module' => t('Disabled modules'), + 'disabled-theme' => t('Disabled themes'), ); foreach ($project_types as $type_name => $type_label) { if (!empty($rows[$type_name])) {