6 calls to module_load_install() in Drupal 5
- drupal_install_modules in includes/
install.inc - Calls the install function and updates the system table for a given list of modules.
- drupal_load_updates in includes/
install.inc - Initialize the update system by loading all installed module's .install files.
- drupal_uninstall_module in includes/
install.inc - Calls the uninstall function and updates the system table for a given module.
- module_disable in includes/
module.inc - Disable a given set of modules.
- module_enable in includes/
module.inc - Enable a given list of modules.
- system_modules_uninstall in modules/
system/ system.module - Builds a form of currently disabled modules.