function fieldset_helper_update_6200 in Fieldset helper 7.2
Same name and namespace in other branches
- 6.2 fieldset_helper.install \fieldset_helper_update_6200()
Remove 'fieldset_helper_auto_exclude' variable.
File
- ./
fieldset_helper.install, line 44 - Installation information for the 'Fieldset helper' module.
Code
function fieldset_helper_update_6200(&$sandbox) {
// All fieldsets are now always assigned an ID,
// so the auto exclude variable is no longer applicable.
variable_del('fieldset_helper_auto_exclude');
fieldset_helper_state_manager_clear_lookup_ids();
}