You are here

function yashare_update_7200 in Yandex.Share 7.2

Force widget initialization type to "standard" for users of previous version as there was no "automatic" initialization type and we want "automatic" to be default for new installations.

File

./yashare.install, line 44
Install, update, and uninstall functions for the Yandex.Share module.

Code

function yashare_update_7200() {
  variable_set('yashare_init_type', 'standard');
}