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

Contents of /contributions/modules/role_change_notify/role_change_notify.install

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


Revision 1.5 - (show annotations) (download) (as text)
Sat Nov 15 02:36:03 2008 UTC (12 months, 1 week ago) by rfay
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-1-RC4, DRUPAL-6--1-1-RC1, DRUPAL-6--1-1-RC3, DRUPAL-6--1-1-RC2, DRUPAL-6--1-0-BETA1, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.4: +3 -3 lines
File MIME type: text/x-php
Drupal 6 version of role_change_notify
1 <?php
2 // $Id: role_change_notify.install 11 2008-11-12 00:32:56Z rfay $
3 /**
4 * @file
5 * .install for role_change_notify
6 */
7
8 function role_change_notify_uninstall() {
9 variable_del('role_change_notify_role_added_body');
10 variable_del('role_change_notify_role_added_subject');
11 db_query("DELETE FROM {variable} WHERE name like 'role_change_notify%'");
12 cache_clear_all('variables', 'cache');
13
14 }

  ViewVC Help
Powered by ViewVC 1.1.2