You are here

function views_filters_process in Views (for Drupal 7) 5

File

./views.module, line 1396

Code

function views_filters_process($form) {
  unset($form['form_id']);
  unset($form['form_token']);
  return $form;
}