function _calendar_systems_variables in Calendar Systems 7
Same name and namespace in other branches
- 8 calendar_systems.install \_calendar_systems_variables()
- 7.2 calendar_systems.install \_calendar_systems_variables()
Return value
array
2 calls to _calendar_systems_variables()
- calendar_systems_install in ./calendar_systems.install 
- Implements hook_install().
- calendar_systems_uninstall in ./calendar_systems.install 
- Implements hook_uninstall().
File
- ./calendar_systems.install, line 11 
- Contains Calendar Systems installation hooks.
Code
function _calendar_systems_variables() {
  return array(
    'calendar_systems_js_date_picker_core_text_date_fields' => '',
  );
}