addtocopy.install in Add link to copied text 6
Same filename and directory in other branches
File
addtocopy.installView source
<?php
/**
* Implements hook_uninstall().
*/
function addtocopy_uninstall() {
variable_del('addtocopy_selector');
variable_del('addtocopy_minlen');
variable_del('addtocopy_htmlcopytxt');
variable_del('addtocopy_addcopyfirst');
}
Functions
Name | Description |
---|---|
addtocopy_uninstall | Implements hook_uninstall(). |