ensure_my_table(); if ($this->operator == 'empty') { $operator = "="; } else { $operator = "<>"; } $this->query->add_where($this->options['group'], "$this->table_alias.$this->real_field", '', $operator); } }