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

Contents of /contributions/modules/contact_attach/contact_attach.install

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


Revision 1.3 - (show annotations) (download) (as text)
Wed Jul 2 17:08:58 2008 UTC (16 months, 3 weeks ago) by oadaeh
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +7 -2 lines
File MIME type: text/x-php
Initial port to Drupal 6.x. Testing still needs to be done.
1 <?php
2 // $Id: contact_attach.install,v 1.2 2008/06/19 12:24:17 oadaeh Exp $
3
4 /**
5 * @file
6 * The uninstallation instructions for Contact attach.
7 */
8
9 /**
10 * Implementation of hook_uninstall().
11 */
12 function contact_attach_uninstall() {
13 variable_del('contact_attach_number');
14 } // End of contact_attach_uninstall().

  ViewVC Help
Powered by ViewVC 1.1.2