You are here

function casetracker_settings_submit in Case Tracker 7

Same name and namespace in other branches
  1. 6 casetracker_admin.inc \casetracker_settings_submit()

Submit handler for casetracker_settings.

Clear the views so project drop downs will be properly populated after settings changes.

1 string reference to 'casetracker_settings_submit'
casetracker_settings in ./casetracker_admin.inc
Configures the various Case Tracker options; system_settings_form().

File

./casetracker_admin.inc, line 123

Code

function casetracker_settings_submit($form, &$form_state) {
  views_invalidate_cache();
}