You are here

function getlocations_feeds_enable in Get Locations 7.2

Same name and namespace in other branches
  1. 7 modules/getlocations_feeds/getlocations_feeds.install \getlocations_feeds_enable()

Implements hook_enable().

File

modules/getlocations_feeds/getlocations_feeds.install, line 14
getlocations_feeds.install @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function getlocations_feeds_enable() {
  cache_clear_all('plugins:feeds:plugins', 'cache');
}