function date_api_update_last_removed in Date 7.2
Same name and namespace in other branches
- 8 date_api/date_api.install \date_api_update_last_removed()
 - 6.2 date_api.install \date_api_update_last_removed()
 - 7.3 date_api/date_api.install \date_api_update_last_removed()
 - 7 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;
}