diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-01-14 17:30:00 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-01-14 17:30:00 +0000 |
commit | beada9364d728f9b9f06f04085b723d833d45706 (patch) | |
tree | e62d5fe3de34224088acc27d279cb72dd32b502b /includes | |
parent | 9d809b87b0ce3328c05bdf58fce277462626d986 (diff) | |
download | brdo-beada9364d728f9b9f06f04085b723d833d45706.tar.gz brdo-beada9364d728f9b9f06f04085b723d833d45706.tar.bz2 |
Remove left-overs from admin.module.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/module.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/module.inc b/includes/module.inc index d31222a98..820fdf7e9 100644 --- a/includes/module.inc +++ b/includes/module.inc @@ -45,7 +45,7 @@ function module_list($refresh = FALSE, $bootstrap = FALSE) { } if (!$list) { - $list = array('admin' => 'admin', 'filter' => 'filter', 'system' => 'system', 'user' => 'user', 'watchdog' => 'watchdog'); + $list = array('filter' => 'filter', 'system' => 'system', 'user' => 'user', 'watchdog' => 'watchdog'); if ($bootstrap) { $result = db_query("SELECT name, filename, throttle, bootstrap FROM {system} WHERE type = 'module' AND status = 1 AND bootstrap = 1"); } |