function feeds_tamper_uninstall in Feeds Tamper 6
Same name and namespace in other branches
- 7 feeds_tamper.install \feeds_tamper_uninstall()
Implementation of hook_uninstall().
File
- ./
feeds_tamper.install, line 93 - Schema definitions install/update/uninstall hooks.
Code
function feeds_tamper_uninstall() {
drupal_uninstall_schema('feeds_tamper');
variable_del('default_feeds_tamper');
}