You are here

vud.install in Vote Up/Down 7.2

Same filename and directory in other branches
  1. 6.3 vud.install
  2. 6.2 vud.install
  3. 7 vud.install

Install, update and uninstall functions for the Vote Up/Down core module.

File

vud.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the Vote Up/Down core module.
 */

/**
 * Implementation of hook_uninstall().
 */
function vud_uninstall() {
  variable_del('vud_tag');
  variable_del('vud_reset_vote');
}

Functions

Namesort descending Description
vud_uninstall Implementation of hook_uninstall().