function comment_delete_uninstall in Comment Delete 7
Same name and namespace in other branches
- 6 comment_delete.install \comment_delete_uninstall()
Implements hook_uninstall().
File
- ./
comment_delete.install, line 22 - comment_delete.install
Code
function comment_delete_uninstall() {
variable_del('comment_delete_default');
variable_del('comment_delete_threshold');
}