function feeds_uninstall in Feeds 8.2
Same name and namespace in other branches
- 8.3 feeds.install \feeds_uninstall()
- 6 feeds.install \feeds_uninstall()
- 7.2 feeds.install \feeds_uninstall()
Implement hook_uninstall()
File
- ./
feeds.install, line 57 - Schema definitions install/update/uninstall hooks.
Code
function feeds_uninstall() {
variable_del('http_request_timeout');
}