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

Contents of /contributions/modules/whois/whois.install

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Aug 12 14:53:56 2008 UTC (15 months, 2 weeks ago) by Gurpartap
Branch: MAIN
CVS Tags: DRUPAL-6--1-1, HEAD
Changes since 1.1: +2 -1 lines
File MIME type: text/x-php
Fixed whois.install PHP declaration.
1 <?php
2 // $Id: whois.install,v 1.1 2008/08/12 11:15:57 Gurpartap Exp $
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function whois_uninstall() {
8 variable_del('whois_output_method');
9 variable_del('whois_enable_ajax');
10 variable_del('whois_hourly_threshold');
11 variable_del('whois_log_watchdog');
12 }

  ViewVC Help
Powered by ViewVC 1.1.2