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

Contents of /contributions/modules/tellafriend/tellafriend.install

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


Revision 1.18 - (show annotations) (download) (as text)
Tue Oct 27 22:23:40 2009 UTC (4 weeks, 1 day ago) by thierrygd
Branch: MAIN
CVS Tags: DRUPAL-6--2-10, HEAD
Changes since 1.17: +0 -0 lines
File MIME type: text/x-php
no message
1 <?php
2 // $Id: tellafriend.install,v 1.2 2008/04/20 21:23:51 thierrygd Exp $
3
4 // Copyright 2007 Thierry GUEGAN http://www.arvoriad.com
5
6 /**
7 * @file
8 * Tell a friend.
9 * Installation file
10 */
11
12 function tellafriend_install() {
13 drupal_set_message(t('"Tell a friend" module installed successfully.'));
14 }
15
16
17 function tellafriend_uninstall() {
18 variable_del('tellafriend_address_limit');
19 variable_del('tellafriend_closing');
20 variable_del('tellafriend_fromaddress');
21 variable_del('tellafriend_hourly_threshold');
22 variable_del('tellafriend_message');
23 variable_del('tellafriend_pagetitle');
24 variable_del('tellafriend_personal_message');
25 variable_del('tellafriend_server');
26 variable_del('tellafriend_subject');
27 variable_del('tellafriend_success');
28 variable_del('tellafriend_topmessage');
29 variable_del('tellafriend_block_title');
30 variable_del('tellafriend_block_linklabel');
31 }

  ViewVC Help
Powered by ViewVC 1.1.2