? files ? module_list.patch ? phpinfo.php ? modules/taxonomy_context ? sites/me.drboot Index: includes/module.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/module.inc,v retrieving revision 1.66 diff -F^f -u -r1.66 module.inc --- includes/module.inc 1 Mar 2005 20:23:35 -0000 1.66 +++ includes/module.inc 2 Apr 2005 19:37:28 -0000 @@ -25,7 +25,7 @@ function module_iterate($function, $argu } /** - * Collect a list of all installed and enabled modules. + * Collect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc * * @param $refresh * Whether to force the module list to be regenerated (such as after the @@ -37,7 +37,7 @@ function module_iterate($function, $argu * An associative array whose keys and values are the names of all loaded * modules. */ -function module_list($refresh = FALSE, $bootstrap = FALSE) { +function module_list($refresh = FALSE, $bootstrap = TRUE) { static $list; if ($refresh) {