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

Contents of /contributions/modules/site_country/site_country.install

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


Revision 1.2 - (show annotations) (download) (as text)
Wed Nov 12 13:50:05 2008 UTC (12 months, 2 weeks ago) by snpower
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +11 -0 lines
File MIME type: text/x-php
Installation file for Site Country module.  Implements hook_uninstall() to
remove system variables.
1 <?php
2 // $Id$
3
4 /**
5 * @file
6 * Installation file for Site Country module.
7 */
8
9 function site_country_uninstall() {
10 variable_del('site_country_default_country');
11 }

  ViewVC Help
Powered by ViewVC 1.1.2