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

Contents of /contributions/modules/roleassign/roleassign.install

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Oct 16 15:36:21 2006 UTC (3 years, 1 month ago) by tbarregren
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-6--1, DRUPAL-5, DRUPAL-4-7
File MIME type: text/x-php
Addes info and install files.
1 <?php
2
3 /* $Id: $ */
4
5 /**
6 * Implementation of hook_uninstall().
7 */
8 function roleassign_uninstall()
9 {
10 variable_del('roleassign_roles');
11 }

  ViewVC Help
Powered by ViewVC 1.1.2