function calendar_ical_update_last_removed in Calendar 7
Same name and namespace in other branches
- 6.2 calendar_ical/calendar_ical.install \calendar_ical_update_last_removed()
- 7.2 calendar_ical/calendar_ical.install \calendar_ical_update_last_removed()
File
- calendar_ical/
calendar_ical.install, line 43 - Install, update and uninstall functions for the calendar_ical module.
Code
function calendar_ical_update_last_removed() {
return 6000;
}