terms_of_use.install in Terms of Use 6
Same filename and directory in other branches
Terms of Use install file.
File
terms_of_use.installView source
<?php
/**
* @file
* Terms of Use install file.
*/
/**
* Implementation of hook_uninstall().
*/
function terms_of_use_uninstall() {
// Delete variables.
variable_del('terms_of_use_node_title');
variable_del('terms_of_use_fieldset_name');
variable_del('terms_of_use_checkbox_label');
variable_del('terms_of_use_node_id');
}
Functions
Name | Description |
---|---|
terms_of_use_uninstall | Implementation of hook_uninstall(). |