You are here

colorpicker_example.install in Colorpicker 6

File

examples/colorpicker_example.install
View source
<?php

/*
 * @file
 */

/*
 * Implementation of hook_uninstall().
 */
function colorpicker_example_uninstall() {
  variable_del('colorpicker_example_textfield_1');
  variable_del('colorpicker_example_textfield_2');
  variable_del('colorpicker_example_textfield_3');
  variable_del('colorpicker_example_textfield_4');
}

Functions