New module 'Vocabulary Permissions Per Role'

This commit is contained in:
Manuel Cillero 2017-07-26 13:43:29 +02:00
parent e696a07d44
commit 1dd3176f21
5 changed files with 608 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<?php
/**
* @file
* Vocabulary Permissions Per Role - uninstallation routines.
*/
/**
* Implementation of hook_uninstall().
*/
function vppr_uninstall() {
variable_del('vppr_perms');
}