/[drupal]/contributions/modules/subscriptions/subscriptions_mail.install
ViewVC logotype

Contents of /contributions/modules/subscriptions/subscriptions_mail.install

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Apr 14 02:26:21 2009 UTC (7 months, 2 weeks ago) by salvis
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-RC1, DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-0-BETA6, HEAD
Branch point for: DRUPAL-5--2
File MIME type: text/x-php
#324716: Allow modifying the "From" e-mail name, suggested by editowl.
1 <?php
2 // $Id: subscriptions_content.install,v 1.5 2008/08/14 14:59:06 salvis Exp $
3
4 /**
5 * @file
6 * Subscriptions Mail module installation.
7 */
8
9 /**
10 * Implementation of hook_install().
11 */
12 function subscriptions_mail_install() {
13 }
14
15 /**
16 * Implementation of hook_uninstall().
17 */
18 function subscriptions_mail_uninstall() {
19 variable_del('subscriptions_number_of_mails');
20 variable_del('subscriptions_site_mail_name');
21 variable_del('subscriptions_site_mail');
22 variable_del('subscriptions_watchgood');
23 variable_del('subscriptions_watchstats');
24 }

  ViewVC Help
Powered by ViewVC 1.1.2