You are here

function calendar_update_last_removed in Calendar 7.3

Same name and namespace in other branches
  1. 6.2 calendar.install \calendar_update_last_removed()
  2. 7 calendar.install \calendar_update_last_removed()
  3. 7.2 calendar.install \calendar_update_last_removed()

@file Install, update and uninstall functions for the calendar module.

File

./calendar.install, line 8
Install, update and uninstall functions for the calendar module.

Code

function calendar_update_last_removed() {
  return 6002;
}