vud_comment.install in Vote Up/Down 7
Same filename and directory in other branches
Install, update and uninstall functions for the Vote Up/Down Comment module.
File
vud_comment/vud_comment.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the Vote Up/Down Comment module.
*/
/**
* Implementation of hook_uninstall().
*/
function vud_comment_uninstall() {
variable_del('vud_comment_node_types');
variable_del('vud_comment_widget');
variable_del('vud_comment_widget_display');
variable_del('vud_comment_votes');
variable_del('vud_comment_reset');
}
Functions
Name | Description |
---|---|
vud_comment_uninstall | Implementation of hook_uninstall(). |