10 calls to drupal_load() in Drupal 6
- bootstrap_invoke_all in includes/
bootstrap.inc - Call all init or exit hooks without including all modules.
- comment_update_6002 in modules/
comment/ comment.install - Changed comment settings from global to per-node -- copy global settings to all node types.
- drupal_uninstall_module in includes/
install.inc - Calls the uninstall function and updates the system table for a given module.
- forum_uninstall in modules/
forum/ forum.install - Implementation of hook_uninstall().
- install_main in ./
install.php - The Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database…
- locale_update_6007 in modules/
locale/ locale.install - Fix Drupal.formatPlural().
- module_enable in includes/
module.inc - Enable a given list of modules.
- module_load_all in includes/
module.inc - Load all the modules that have been enabled in the system table.
- update.php in ./
update.php - Administrative page for handling updates from one Drupal version to another.
- _drupal_maintenance_theme in includes/
theme.maintenance.inc - Sets up the theming system for site installs, updates and when the site is in off-line mode. It also applies when the database is unavailable.