You are here

function _calendar_systems_date_properties_variables_set 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_variables_set()
  2. 7.2 calendar_systems_date_properties/calendar_systems_date_properties.install \_calendar_systems_date_properties_variables_set()
1 call to _calendar_systems_date_properties_variables_set()
calendar_systems_date_properties_install in calendar_systems_date_properties/calendar_systems_date_properties.install
Implements hook_install().

File

calendar_systems_date_properties/calendar_systems_date_properties.install, line 30

Code

function _calendar_systems_date_properties_variables_set($variables) {
  foreach ($variables as $key => $val) {
    variable_set($key, $val);
  }
}