function getclicky_update_7001 in Clicky - Web Analytics in Real Time 8
Same name and namespace in other branches
- 7 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');
}