You are here

function date_api_update_last_removed in Date 7.3

Same name and namespace in other branches
  1. 8 date_api/date_api.install \date_api_update_last_removed()
  2. 6.2 date_api.install \date_api_update_last_removed()
  3. 7 date_api/date_api.install \date_api_update_last_removed()
  4. 7.2 date_api/date_api.install \date_api_update_last_removed()

Implements hook_update_last_removed().

File

date_api/date_api.install, line 116
Install, update and uninstall functions for the date_api module.

Code

function date_api_update_last_removed() {
  return 6005;
}