1.20.x date.install date_update_last_removed()

Implements hook_update_last_removed().

File

modules/date/date.install, line 81
Install, update and uninstall functions for the Date module.

Code

function date_update_last_removed() {
  return 7004;
}