roleassign.install in RoleAssign 7
Same filename and directory in other branches
Uninstall function for the roleassign module.
File
roleassign.installView source
<?php
/**
* @file
* Uninstall function for the roleassign module.
*
*/
/**
* Implements hook_uninstall().
*/
function roleassign_uninstall() {
variable_del('roleassign_roles');
}
Functions
Name | Description |
---|---|
roleassign_uninstall | Implements hook_uninstall(). |