You are here

function support_filter_form_validate in Support Ticketing System 6

Validate the support_filter_form.

1 string reference to 'support_filter_form_validate'
support_filter_form in ./support.module
Form builder; Return form for support ticket listing filters.

File

./support.module, line 2868
support.module

Code

function support_filter_form_validate($form, &$form_state) {

  // Nothing to do here at this time.
}