You are here

function cck_select_other_handler_filter::accept_exposed_input in CCK Select Other 7.2

Same name and namespace in other branches
  1. 7 views/cck_select_other_handler_filter.inc \cck_select_other_handler_filter::accept_exposed_input()

Check to see if input from the exposed filters should change the behavior.

Overrides views_handler_filter_in_operator::accept_exposed_input

File

views/cck_select_other_handler_filter.inc, line 155

Class

cck_select_other_handler_filter
Extends Views in operator filter.

Code

function accept_exposed_input($input) {
  $ret = parent::accept_exposed_input($input);
  return $ret;
}