- Removing drupal module from the always loaded modules (again).

4.2.x
Kjartan Mannes 2003-03-09 17:28:51 +00:00
parent 5a646024db
commit c4cf16dd3d
1 changed files with 1 additions and 1 deletions
includes

View File

@ -45,7 +45,7 @@ function module_list() {
static $list;
if (!$list) {
$list = array("drupal" => "drupal", "system" => "system", "user" => "user", "watchdog" => "watchdog");
$list = array("system" => "system", "user" => "user", "watchdog" => "watchdog");
$result = db_query("SELECT name, filename FROM system WHERE type = 'module' AND status = '1' ORDER BY name");
while ($module = db_fetch_object($result)) {
if (file_exists($module->filename)) {