Fix for ticket #2170 - advanced search should default to AND instead of OR.
This commit is contained in:
parent
9d2b156b2e
commit
b4bfcd756d
|
@ -339,8 +339,8 @@ $ui_fmask = array(
|
|||
'type' => 'select',
|
||||
'label' => 'Operator',
|
||||
'options' => array(
|
||||
'or' => '##Or##',
|
||||
'and' => '##And##',
|
||||
'or' => '##Or##',
|
||||
)
|
||||
),
|
||||
array(
|
||||
|
|
Loading…
Reference in New Issue