You are here

function vppr_uninstall in Vocabulary Permissions Per Role 6

Implementation of hook_uninstall().

File

./vppr.install, line 11
Vocabulary Permissions Per Role - uninstallation routines.

Code

function vppr_uninstall() {
  variable_del('vppr_perms');
}