function date_ical_enable in Date iCal 7.2
Same name and namespace in other branches
- 7.3 date_ical.install \date_ical_enable()
Implementation of hook_enable().
File
- ./
date_ical.install, line 57 - Install, update and uninstall functions for the date_ical module.
Code
function date_ical_enable() {
cache_clear_all('plugins:feeds:plugins', 'cache');
}