You are here

function feeds_excel_enable in Feeds Excel 6

Same name and namespace in other branches
  1. 7.2 feeds_excel.install \feeds_excel_enable()

Implementation of hook_enable().

See also

http://drupal.org/node/622700

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');
}