function openid_update_8001

Moves xri_proxy_resolver settings from variable to config.

File

drupal/core/modules/openid/openid.install, line 131
Install, update and uninstall functions for the openid module.

Code

function openid_update_8001() {
  update_variables_to_config('openid.settings', array(
    'xri_proxy_resolver' => 'xri_proxy_resolver',
  ));
}