commit b6712b72cd6c3ef906755fd8feb517e5bcd6dd37 Author: Sally Young Date: Fri Aug 24 18:58:39 2012 +0200 1571632-remove-variable-get-update-system-install diff --git a/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php b/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php index b57e4195..022b7f2 100644 --- a/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php +++ b/core/modules/openid/lib/Drupal/openid/Tests/OpenIDRegistrationTest.php @@ -196,7 +196,6 @@ class OpenIDRegistrationTest extends OpenIDTestBase { * information (i.e. no username or e-mail address). */ function testRegisterUserWithoutSreg() { - variable_get('configurable_timezones', 1); // Load the front page to get the user login block. $this->drupalGet(''); diff --git a/core/modules/system/system.install b/core/modules/system/system.install index 03665e3..c9d6146 100644 --- a/core/modules/system/system.install +++ b/core/modules/system/system.install @@ -2066,7 +2066,7 @@ function system_update_8017() { * * @ingroup config_upgrade */ -function system_update_8017() { +function system_update_8018() { update_variables_to_config('system.regional', array( 'site_default_country' => 'country.default', 'date_first_day' => 'date.first_weekday',