New module 'Vocabulary Permissions Per Role'
This commit is contained in:
parent
e696a07d44
commit
1dd3176f21
5 changed files with 608 additions and 0 deletions
14
sites/all/modules/vppr/vppr.install
Normal file
14
sites/all/modules/vppr/vppr.install
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Vocabulary Permissions Per Role - uninstallation routines.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implementation of hook_uninstall().
|
||||
*/
|
||||
function vppr_uninstall() {
|
||||
variable_del('vppr_perms');
|
||||
}
|
||||
|
Reference in a new issue