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