You are here

function flowplayer3_admin_settings_submit in SWF Tools 6.2

Flush all caches when new FlowPlayer3 settings are stored.

1 string reference to 'flowplayer3_admin_settings_submit'
flowplayer3_admin_settings in flowplayer3/flowplayer3.admin.inc
Menu callback for the FlowPlayer3 settings form.

File

flowplayer3/flowplayer3.admin.inc, line 608

Code

function flowplayer3_admin_settings_submit($form, &$form_state) {

  // Flush all caches so new players appear
  drupal_flush_all_caches();
}