You are here

function mp3player_settings_submit in MP3 Player 6

Same name and namespace in other branches
  1. 6.2 mp3player.module \mp3player_settings_submit()

Force the mp3player cache to be rebuilt.

1 string reference to 'mp3player_settings_submit'
mp3player_settings in ./mp3player.module
Form to add a new player.

File

./mp3player.module, line 191
mp3player main module file.

Code

function mp3player_settings_submit($form, &$form_state) {
  cache_clear_all('mp3player_default', 'cache');
}