summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-20 08:42:05 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-20 08:42:05 +0000
commit3645f032335bee9b20ae86c5e05d01efbfa0680b (patch)
tree60b1e6329d76bc9e94cb1cd31b4b6faec334b72d /modules
parent4dbfd5e66c2652514253da7c3d6010191722ec71 (diff)
downloadbrdo-3645f032335bee9b20ae86c5e05d01efbfa0680b.tar.gz
brdo-3645f032335bee9b20ae86c5e05d01efbfa0680b.tar.bz2
#162788 by dww: allow contrib update_status to provide information on disabled modules and themes too
Diffstat (limited to 'modules')
-rw-r--r--modules/update/update.report.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/update/update.report.inc b/modules/update/update.report.inc
index 2c5c283f4..44de3d8f9 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])) {