You are here

function date_install in Date 6.2

Same name and namespace in other branches
  1. 5.2 date/date.install \date_install()
  2. 5 date.install \date_install()
  3. 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');
}