function cas_roles_update_7002 in CAS roles 7.2
Delete old variable.
File
- ./
cas_roles.install, line 70 - Installation hooks for the CAS Attributes module.
Code
function cas_roles_update_7002() {
variable_del('cas_roles_behavior');
}
Delete old variable.
function cas_roles_update_7002() {
variable_del('cas_roles_behavior');
}