You are here

function mediau_update_uninstall in Media Update 7.2

Same name and namespace in other branches
  1. 7 media_update.install \mediau_update_uninstall()

Implements hook_uninstall().

File

./media_update.install, line 10
Install file for the media_update module.

Code

function mediau_update_uninstall() {
  variable_del('media_update');
  variable_del('media_update_replace_same');
  variable_del('media_update_replace_different');
}