vppr.install in Vocabulary Permissions Per Role 6
Same filename and directory in other branches
Vocabulary Permissions Per Role - uninstallation routines.
File
vppr.installView source
<?php
/**
* @file
* Vocabulary Permissions Per Role - uninstallation routines.
*/
/**
* Implementation of hook_uninstall().
*/
function vppr_uninstall() {
variable_del('vppr_perms');
}
Functions
Name | Description |
---|---|
vppr_uninstall | Implementation of hook_uninstall(). |