shoutbox_points.install in Shoutbox 6.2
Same filename and directory in other branches
File
shoutbox_points/shoutbox_points.installView source
<?php
/**
* Implementation of hook_uninstall()
*/
function shoutbox_points_uninstall() {
variable_del('shoutbox_points_delete_points');
variable_del('shoutbox_points_amount');
}
Functions
Name | Description |
---|---|
shoutbox_points_uninstall | Implementation of hook_uninstall() |