You are here

function cck_select_other_handler_filter::query in CCK Select Other 6

File

views/cck_select_other_handler_filter.inc, line 16

Class

cck_select_other_handler_filter
Extends Content Handler Filter Many To One for CCK Select Other

Code

function query() {
  if ($this->value[0] == 'other') {
  }
  else {
    parent::query();
  }
}