You are here

function getclicky_update_6100 in Clicky - Web Analytics in Real Time 6

Harmless migration of some variable values - from old names to new ones.

File

./getclicky.install, line 45
GetClicky: Adds the GetClicky tracking system to your website.

Code

function getclicky_update_6100() {
  variable_set("site_id_number", variable_get("getclicky_account", ''));
  variable_del("getclicky_account");
  variable_set("show_getclicky_banner_image", variable_get("getclicky_image", ''));
  variable_del("getclicky_image");
}