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

Contents of /contributions/modules/diggthis/diggthis.install

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Aug 18 19:11:55 2008 UTC (15 months, 1 week ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-6--2-1-DEV, DRUPAL-6--2-1-RC1, DRUPAL-6--2-0, HEAD
Branch point for: DRUPAL-6--2
File MIME type: text/x-php
implementation of hook_unisntall
1 <?php
2 // $Id$
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function diggthis_uninstall() {
8 variable_del('diggthis_button_skin');
9 variable_del('diggthis_button_bgcolor');
10 variable_del('diggthis_button_weight');
11 variable_del('diggthis_node_types');
12 variable_del('diggthis_api');
13 variable_del('diggthis_stories_domain');
14 variable_del('diggthis_cache_lifetime');
15 }

  ViewVC Help
Powered by ViewVC 1.1.2