statcounter.install in StatCounter 5
Same filename and directory in other branches
Provides an integration with StatCounter which logs user activity.
Copyright 2008 by Jimmy Berry ("boombatower", http://drupal.org/user/214218)
File
statcounter.installView 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
Name![]() |
Description |
---|---|
statcounter_uninstall | Implementation of hook_uninstall(). |