summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/system.module2
-rw-r--r--modules/system/system.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/system.module b/modules/system.module
index 99aea87d1..e7aa27280 100644
--- a/modules/system.module
+++ b/modules/system.module
@@ -173,7 +173,7 @@ function system_modules() {
asort($modules);
}
- $required = array("user", "drupal", "system", "watchdog");
+ $required = array("user", "system", "watchdog");
$output .= "<table border=\"1\" cellpadding=\"2\" cellspacing=\"2\">\n";
$output .= "<tr><th>module</th><th>description</th><th>enabled</th><th colspan=\"2\">operations</th></tr>\n";
diff --git a/modules/system/system.module b/modules/system/system.module
index 99aea87d1..e7aa27280 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -173,7 +173,7 @@ function system_modules() {
asort($modules);
}
- $required = array("user", "drupal", "system", "watchdog");
+ $required = array("user", "system", "watchdog");
$output .= "<table border=\"1\" cellpadding=\"2\" cellspacing=\"2\">\n";
$output .= "<tr><th>module</th><th>description</th><th>enabled</th><th colspan=\"2\">operations</th></tr>\n";