You are here

function coffee_admin_settings_submit in Coffee 7.2

Function coffee_admin_settings_submit().

1 string reference to 'coffee_admin_settings_submit'
coffee_admin_settings in ./coffee.admin.inc
Form builder; Configure coffee settings.

File

./coffee.admin.inc, line 48
Admin page callbacks for the coffee module.

Code

function coffee_admin_settings_submit($form, $form_state) {

  // As we're altering which menus are being included in
  // coffee, rebuild the cached commands for users so they
  // get these changes.
  cache_clear_all(NULL, 'cache_coffee');
}