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',
|
'type' => 'select',
|
||||||
'label' => 'Operator',
|
'label' => 'Operator',
|
||||||
'options' => array(
|
'options' => array(
|
||||||
'or' => '##Or##',
|
|
||||||
'and' => '##And##',
|
'and' => '##And##',
|
||||||
|
'or' => '##Or##',
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Reference in New Issue