function calendar_update_last_removed in Calendar 7
Same name and namespace in other branches
- 6.2 calendar.install \calendar_update_last_removed()
- 7.3 calendar.install \calendar_update_last_removed()
- 7.2 calendar.install \calendar_update_last_removed()
File
- ./
calendar.install, line 76 - Install, update and uninstall functions for the calendar module.
Code
function calendar_update_last_removed() {
return 6002;
}