You are here

function getclicky_update_7001 in Clicky - Web Analytics in Real Time 7

Same name and namespace in other branches
  1. 8 getclicky.install \getclicky_update_7001()

Delete secure pages tracking option in favor of protocol-relative URLs.

File

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

Code

function getclicky_update_7001(&$sandbox) {
  variable_del('getclicky_secure_pages_tracking_option');
}