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

Contents of /contributions/modules/registration_role/registration_role.install

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


Revision 1.1 - (show annotations) (download) (as text)
Sat Mar 14 15:58:38 2009 UTC (8 months, 2 weeks ago) by agaric
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
All D6 files.
1 <?php
2 // $Id$
3
4 /**
5 * @file
6 * Includes implementation of hook_delete().
7 */
8
9
10 /**
11 * Implementation of hook_delete().
12 */
13 function registration_role_delete() {
14 variable_del('registration_role_roles');
15 }

  ViewVC Help
Powered by ViewVC 1.1.2