function opening_hours_week_content_type_edit_form_submit in Opening hours 7
Same name and namespace in other branches
- 6 plugins/content_types/week.inc \opening_hours_week_content_type_edit_form_submit()
Submit handler for the admin form.
File
- plugins/
content_types/ week.inc, line 52 - CTools plugin providing a Panels content type for displaying opening hours.
Code
function opening_hours_week_content_type_edit_form_submit($form, &$form_state) {
$form_state['conf']['hide_if_empty'] = $form_state['values']['hide_if_empty'];
}