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

Contents of /contributions/modules/stumble/stumble.install

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Mar 4 23:37:22 2008 UTC (20 months, 3 weeks ago) by davereid
Branch: MAIN
CVS Tags: DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.1: +0 -0 lines
File MIME type: text/x-php
*** empty log message ***
1 <?php
2 // $Id$
3
4 function stumbler_uninstall() {
5 variable_del('stumble_node_types');
6 variable_del('stumble_free');
7 variable_del('stumble_same');
8 }

  ViewVC Help
Powered by ViewVC 1.1.2