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

Contents of /contributions/modules/og_subgroups/og_subgroups.install

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


Revision 1.7 - (show annotations) (download) (as text)
Wed Sep 3 08:04:43 2008 UTC (14 months, 3 weeks ago) by amitaibu
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +2 -2 lines
File MIME type: text/x-php
#228493 - added option to propogate only admins of subgroups. Before testing you need to 'reset to default' in the subgroups configuration page.
1 <?php
2 // $Id: og_subgroups.install,v 1.6 2008/08/29 19:14:43 amitaibu Exp $
3
4 /**
5 * @file
6 * Uninstall og_subgroups module's variables.
7 */
8
9 /**
10 * Implementation of hook_uninstall().
11 */
12 function og_subgroups_uninstall() {
13 variable_del('og_subgroups_propagate_content');
14 variable_del('og_subgroups_propagate_member');
15 variable_del('og_subgroups_propagate_type');
16 variable_del('og_subgroups_propagate_demote');
17 variable_del('og_subgroups_block_mode');
18 }

  ViewVC Help
Powered by ViewVC 1.1.2