function getlocations_feeds_enable in Get Locations 7
Same name and namespace in other branches
- 7.2 modules/getlocations_feeds/getlocations_feeds.install \getlocations_feeds_enable()
Implements hook_enable().
File
- modules/
getlocations_feeds/ getlocations_feeds.install, line 15 - 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');
}