You are here

statcounter.install in StatCounter 5

Same filename and directory in other branches
  1. 6 statcounter.install
  2. 7.2 statcounter.install

Provides an integration with StatCounter which logs user activity.

Copyright 2008 by Jimmy Berry ("boombatower", http://drupal.org/user/214218)

File

statcounter.install
View source
<?php

/**
 * @file
 * Provides an integration with StatCounter which logs user activity.
 *
 * Copyright 2008 by Jimmy Berry ("boombatower", http://drupal.org/user/214218)
 */

/**
 * Implementation of hook_uninstall().
 */
function statcounter_uninstall() {
  variable_del('statcounter_code');
  variable_del('statcounter_scope');
}

Functions

Namesort descending Description
statcounter_uninstall Implementation of hook_uninstall().