function date_install in Date 5.2
Same name and namespace in other branches
- 5 date.install \date_install()
- 6.2 date/date.install \date_install()
- 6 date/date.install \date_install()
Implementation of hook_install(). Reset the date caches.
File
- date/
date.install, line 18
Code
function date_install() {
date_install_clear();
}