calendar_ical.install 164 B

1234567891011
  1. <?php
  2. /**
  3. * @file
  4. * Install, update and uninstall functions for the calendar_ical module.
  5. *
  6. */
  7. function calendar_ical_update_last_removed() {
  8. return 6000;
  9. }