roleassign.install in RoleAssign 6
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.
*
*/
/**
* Implementation of hook_uninstall().
*/
function roleassign_uninstall() {
variable_del('roleassign_roles');
}
Functions
Name | Description |
---|---|
roleassign_uninstall | Implementation of hook_uninstall(). |