You are here

vppr.install in Vocabulary Permissions Per Role 6

Same filename and directory in other branches
  1. 7 vppr.install

Vocabulary Permissions Per Role - uninstallation routines.

File

vppr.install
View source
<?php

/**
 * @file
 * Vocabulary Permissions Per Role - uninstallation routines.
 */

/**
 * Implementation of hook_uninstall().
 */
function vppr_uninstall() {
  variable_del('vppr_perms');
}

Functions

Namesort descending Description
vppr_uninstall Implementation of hook_uninstall().