You are here

function support_client_fetch_one_action_submit in Support Ticketing System 7

File

./support.module, line 153
support.module

Code

function support_client_fetch_one_action_submit($form, &$form_state) {
  return array(
    'support_client' => $form_state['values']['client'],
  );
}