Parent Directory
|
Revision Log
|
Revision Graph
Functional base code.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | /** |
| 4 | * @file |
| 5 | * Provides an integration with StatCounter which logs user activity. |
| 6 | * |
| 7 | * Copyright 2008 by Jimmy Berry ("boombatower", http://drupal.org/user/214218) |
| 8 | */ |
| 9 | |
| 10 | /** |
| 11 | * Implementation of hook_uninstall(). |
| 12 | */ |
| 13 | function statcounter_uninstall() { |
| 14 | variable_del('statcounter_code'); |
| 15 | variable_del('statcounter_scope'); |
| 16 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |