function _jquery_calendar_variables_set in jQuery World Calendars API 7
Parameters
$variables:
1 call to _jquery_calendar_variables_set()
- jquery_calendar_install in ./
jquery_calendar.install - Implements hook_install().
File
- ./
jquery_calendar.install, line 55 - Implements necessary hooks for un/installation.
Code
function _jquery_calendar_variables_set($variables) {
foreach ($variables as $key => $val) {
variable_set($key, $val);
}
}