You are here

addtocopy.install in Add link to copied text 6

Same filename and directory in other branches
  1. 7 addtocopy.install

File

addtocopy.install
View 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

Namesort descending Description
addtocopy_uninstall Implements hook_uninstall().