function feeds_excel_enable in Feeds Excel 7.2
Same name and namespace in other branches
- 6 feeds_excel.module \feeds_excel_enable()
Implements hook_enable().
File
- ./
feeds_excel.install, line 11 - Install, update and uninstall functions for the feeds_excel module.
Code
function feeds_excel_enable() {
cache_clear_all('plugins:feeds:plugins', 'cache');
}