7 calls to drupal_get_installed_schema_version() 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.
- system_modules_submit in modules/
system/ system.module - Submit callback; handles modules form submission.
- system_requirements in modules/
system/ system.install - Test and report Drupal installation requirements.
- update_fix_sessions in ./
update.php - System update 130 changes the sessions table, which breaks the update script's ability to use session variables. This changes the table appropriately.
- update_fix_watchdog in ./
update.php - System update 142 changes the watchdog table, which breaks the update script's ability to use logging. This changes the table appropriately.
- update_fix_watchdog_115 in ./
update.php - System update 115 changes the watchdog table, which breaks the update script's ability to use logging. This changes the table appropriately.
- update_script_selection_form in ./
update.php