function date_update_last_removed in Date 6
Same name and namespace in other branches
- 8 date.install \date_update_last_removed()
- 6.2 date/date.install \date_update_last_removed()
- 7.3 date.install \date_update_last_removed()
- 7 date.install \date_update_last_removed()
- 7.2 date.install \date_update_last_removed()
File
- date/
date.install, line 63
Code
function date_update_last_removed() {
return 7;
}