/[drupal]/contributions/modules/statcounter/statcounter.install
ViewVC logotype

Contents of /contributions/modules/statcounter/statcounter.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Tue Feb 12 23:52:39 2008 UTC (21 months, 2 weeks ago) by boombatower
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-1, DRUPAL-6--1-0, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
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