You are here

function jw_player_update_7000 in JW Player 7.2

Set jw player version to 5, display message.

File

./jw_player.install, line 115
Install, update and uninstall functions for the JW Player module.

Code

function jw_player_update_7000() {
  variable_set('jw_player_version', 5);
  drupal_set_message(t('JW Player version has been set to 5.'));
}