function footable_uninstall in FooTable 7.2
Implements hook_uninstall().
File
- ./
footable.install, line 106 - Install, update, and uninstall functions for the FooTable module.
Code
function footable_uninstall() {
variable_del('footable_plugin_type');
variable_del('footable_plugin_compression');
variable_del('footable_breakpoint_load_default');
}