function copyprevention_uninstall in Copy Prevention 7
Same name and namespace in other branches
- 8 copyprevention.install \copyprevention_uninstall()
Implements hook_uninstall().
File
- ./
copyprevention.install, line 11 - Install and uninstall functions for Copy Prevention module.
Code
function copyprevention_uninstall() {
variable_del('copyprevention_body');
variable_del('copyprevention_images');
variable_del('copyprevention_images_min_dimension');
variable_del('copyprevention_images_search');
}