You are here

function calendar_ical_update_last_removed in Calendar 7.2

Same name and namespace in other branches
  1. 6.2 calendar_ical/calendar_ical.install \calendar_ical_update_last_removed()
  2. 7 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;
}