function addtocopy_uninstall in Add link to copied text 6
Same name and namespace in other branches
- 7 addtocopy.install \addtocopy_uninstall()
Implements hook_uninstall().
File
- ./
addtocopy.install, line 5
Code
function addtocopy_uninstall() {
variable_del('addtocopy_selector');
variable_del('addtocopy_minlen');
variable_del('addtocopy_htmlcopytxt');
variable_del('addtocopy_addcopyfirst');
}