From beada9364d728f9b9f06f04085b723d833d45706 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 14 Jan 2005 17:30:00 +0000 Subject: Remove left-overs from admin.module. --- includes/module.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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"); } -- cgit v1.2.3