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

Contents of /contributions/modules/autotimezone/autotimezone.install

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


Revision 1.3 - (show annotations) (download) (as text)
Wed Feb 18 17:11:22 2009 UTC (9 months ago) by darrenoh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +6 -1 lines
File MIME type: text/x-php
#233449 by icarus75: Updated to Drupal 6.
1 <?php
2 // $Id: autotimezone.install,v 1.2 2007/05/31 16:22:07 lukelast Exp $
3
4 /**
5 * @file
6 * Installation functions.
7 */
8
9 /**
10 * Implementation of hook_uninstall().
11 */
12 function autotimezone_uninstall() {
13 variable_del('autotimezone_update_guest');
14 }

  ViewVC Help
Powered by ViewVC 1.1.2