You are here

function field_collection_table_uninstall in Field Collection Table 7

Implements hook_uninstall().

File

./field_collection_table.install, line 11
Install, update and uninstall functions for the Field Collection Table module.

Code

function field_collection_table_uninstall() {
  variable_del('field_collection_table_format_form');
  variable_del('field_collection_table_hide_empty');
}