registration_role.install in Registration role 6
Same filename and directory in other branches
Includes implementation of hook_delete().
File
registration_role.installView source
<?php
/**
* @file
* Includes implementation of hook_delete().
*/
/**
* Implementation of hook_delete().
*/
function registration_role_delete() {
variable_del('registration_role_roles');
}
Functions
Name | Description |
---|---|
registration_role_delete | Implementation of hook_delete(). |