You are here

function date_enable in Date 5.2

Same name and namespace in other branches
  1. 5 date.install \date_enable()
  2. 6.2 date/date.install \date_enable()
  3. 6 date/date.install \date_enable()

Implementation of hook_enable(). Reset the calendar caches.

File

date/date.install, line 34

Code

function date_enable() {
  date_install_clear();
}