views_plugin_query_default::$group_operator

The default operator to use when connecting the WHERE groups. May be AND or OR.

Type: group_operator

File

plugins/views_plugin_query_default.inc, line 49

Class

views_plugin_query_default
Object used to create a SELECT query.

Code

public $group_operator = 'AND';