You are here

function calendar_systems_date_properties_install in Calendar Systems 8

Same name and namespace in other branches
  1. 7 calendar_systems_date_properties/calendar_systems_date_properties.install \calendar_systems_date_properties_install()
  2. 7.2 calendar_systems_date_properties/calendar_systems_date_properties.install \calendar_systems_date_properties_install()

Implements hook_install().

File

calendar_systems_date_properties/calendar_systems_date_properties.install, line 16

Code

function calendar_systems_date_properties_install() {
  _calendar_systems_date_properties_variables_set(_calendar_systems_date_properties_variables());
}