1 date.install | date_update_last_removed() |
Implements hook_update_last_removed().
File
- core/
modules/ date/ date.install, line 80 - Install, update and uninstall functions for the Date module.
Code
function date_update_last_removed() {
return 7004;
}