function feeds_excel_enable in Feeds Excel 6
Same name and namespace in other branches
- 7.2 feeds_excel.install \feeds_excel_enable()
Implementation of hook_enable().
See also
File
- ./
feeds_excel.module, line 26
Code
function feeds_excel_enable() {
//clear the cache to display in Feeds as available plugin.
cache_clear_all('plugins:feeds:plugins', 'cache');
}