summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-06-06 18:19:03 +0000
committerDries Buytaert <dries@buytaert.net>2002-06-06 18:19:03 +0000
commit3eb607b8eea4b6f5acfa80bd184fedf558c988af (patch)
tree4b9d7babebd045889a5e31fd36f5e83f25a4a143 /modules/system/system.module
parent80a6b1594221942ba94455370ae0e6fa903f257a (diff)
downloadbrdo-3eb607b8eea4b6f5acfa80bd184fedf558c988af.tar.gz
brdo-3eb607b8eea4b6f5acfa80bd184fedf558c988af.tar.bz2
- The Drupal module is no longer required.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
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";