You are here

function jplayer_uninstall in jPlayer 7.2

Same name and namespace in other branches
  1. 8.2 jplayer.install \jplayer_uninstall()
  2. 6 jplayer.install \jplayer_uninstall()

Implements hook_uninstall().

File

./jplayer.install, line 37
Installation file for jPlayer module.

Code

function jplayer_uninstall() {
  variable_del('jplayer_access_time');
}