From ef09cf93e5ac3b0a3783170c6f29fdc4f9df6224 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 14 Jul 2009 10:22:17 +0000 Subject: - Patch #517542 by David Strauss: renamed functions for clarity. We say 'yay' to clarity! --- update.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update.php') diff --git a/update.php b/update.php index bb4413eab..04d90af6a 100644 --- a/update.php +++ b/update.php @@ -525,7 +525,7 @@ function update_prepare_d7_bootstrap() { // Allow the database system to work even if the registry has not been // created yet. drupal_bootstrap(DRUPAL_BOOTSTRAP_DATABASE); - drupal_install_init_database(); + drupal_install_initialize_database(); spl_autoload_unregister('drupal_autoload_class'); spl_autoload_unregister('drupal_autoload_interface'); // The new {blocked_ips} table is used in Drupal 7 to store a list of @@ -682,7 +682,7 @@ if (empty($op) && $update_access_allowed) { drupal_load('module', 'filter'); // Set up $language, since the installer components require it. - drupal_init_language(); + drupal_language_initialize(); // Set up theme system for the maintenance page. drupal_maintenance_theme(); -- cgit v1.2.3