You are here

colorpicker_example.install in Colorpicker 5

File

examples/colorpicker_example.install
View source
<?php

/*
 * Implemention of hook_uninstall()
 */
function colorpicker_example_uninstall() {
  variable_del('colorpicker_example_color');
  variable_del('colorpicker_example_textarea');
}

Functions