You are here

mb_extra.install in More Buttons 7

Installs, updates, and uninstalls More Buttons Extra.

File

mb_extra/mb_extra.install
View source
<?php

/**
 * @file
 * Installs, updates, and uninstalls More Buttons Extra.
 */

/**
 * Implements hook_uninstall().
 */
function mb_extra_uninstall() {

  // Remove variables.
  variable_del('mb_extra_destination_tabs');
  variable_del('mb_extra_confirm_cancel');
}

Functions

Namesort descending Description
mb_extra_uninstall Implements hook_uninstall().