You are here

roleassign.install in RoleAssign 7.2

Same filename and directory in other branches
  1. 5 roleassign.install
  2. 6 roleassign.install
  3. 7 roleassign.install

Uninstall function for the roleassign module.

File

roleassign.install
View source
<?php

/**
 * @file
 * Uninstall function for the roleassign module.
 *
 */

/**
 * Implements hook_uninstall().
 */
function roleassign_uninstall() {
  variable_del('roleassign_roles');
}

Functions

Namesort descending Description
roleassign_uninstall Implements hook_uninstall().