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

Contents of /contributions/modules/r4032login/r4032login.install

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


Revision 1.3 - (show annotations) (download) (as text)
Mon Jul 13 15:19:02 2009 UTC (4 months, 2 weeks ago) by deekayen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +14 -0 lines
File MIME type: text/x-php
#318935 by lee20 automatically set r4032login when the module is enabled
1 <?php
2 // $Id: r4032login.install,v 1.1.4.2 2008/10/06 15:16:33 deekayen Exp $
3
4 /**
5 * Implementation of hook_enable().
6 */
7 function r4032login_enable() {
8 variable_set('site_403', 'r4032login');
9 }
10
11 /**
12 * Implementation of hook_disable().
13 */
14 function r4032login_disable() {
15 variable_del('site_403');
16 }
17
18 /**
19 * Implementation of hook_uninstall().
20 */
21 function r4032login_uninstall() {
22 variable_del('r4032login_display_denied_message');
23 variable_del('r4032login_user_register_message');
24 }

  ViewVC Help
Powered by ViewVC 1.1.2