function parser_ical_enable in iCal feed parser 7.2
Same name and namespace in other branches
- 6.2 parser_ical.module \parser_ical_enable()
- 7 parser_ical.module \parser_ical_enable()
Implementation of hook_enable().
File
- ./
parser_ical.module, line 74 - Parse the incoming URL with date_api_ical
Code
function parser_ical_enable() {
cache_clear_all('plugins:feeds:plugins', 'cache');
}