contrib-jrockowitz/fieldset_helper/fieldset_helper.admin.inc, line 73
fieldset_helper_clear_auto_excluded_submit()Clear the list of form id excluded by the fieldset_helper_form_alter() function.
<?php
function fieldset_helper_clear_auto_excluded_submit() {
variable_set('fieldset_helper_auto_exclude', array());
// Set message
drupal_set_message(t('Excluded forms cleared.'));
}
?>