You are here

function custom_formatters_bulk_submit in Custom Formatters 6

1 string reference to 'custom_formatters_bulk_submit'
custom_formatters_overview in ./custom_formatters.admin.inc
@file Contains administration functions for the Custom Formatters module.

File

./custom_formatters.admin.inc, line 109
Contains administration functions for the Custom Formatters module.

Code

function custom_formatters_bulk_submit($form, &$form_state) {
  $form_state['rebuild'] = TRUE;
}