You are here

function rooms_booking_handler_unit_filter::value_submit in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

Perform any necessary changes to the form values prior to storage.

There is no need for this function to actually store the data.

Overrides views_handler_filter_in_operator::value_submit

File

modules/rooms_booking/views/rooms_booking_handler_unit_filter.inc, line 217

Class

rooms_booking_handler_unit_filter
@file

Code

function value_submit($form, &$form_state) {

  // prevent array_filter from messing up our arrays in parent submit.
}