shoutbox_points.install in Shoutbox 7.2
Same filename and directory in other branches
Install, update and uninstall functions for the shoutbox_points module.
File
shoutbox_points/shoutbox_points.installView 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
Name | Description |
---|---|
shoutbox_points_uninstall | Implements hook_uninstall(). |