You are here

shoutbox_points.install in Shoutbox 7.2

Install, update and uninstall functions for the shoutbox_points module.

File

shoutbox_points/shoutbox_points.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the shoutbox_points module.
 */

/**
 * Implements hook_uninstall().
 */
function shoutbox_points_uninstall() {
  variable_del('shoutbox_points_delete_points');
  variable_del('shoutbox_points_amount');
}

Functions

Namesort descending Description
shoutbox_points_uninstall Implements hook_uninstall().