mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
"feature request from Frank Becker, make AND the first and theirefore default option in extended search"
This commit is contained in:
parent
0e62b50197
commit
d25b648258
@ -1785,8 +1785,8 @@ $readonlys['button[vcard]'] = true;
|
||||
// configure search options
|
||||
$sel_options['owner'] = $this->get_addressbooks(EGW_ACL_READ,lang('all'));
|
||||
$sel_options['operator'] = array(
|
||||
'AND' => 'AND',
|
||||
'OR' => 'OR',
|
||||
'AND' => 'AND'
|
||||
);
|
||||
$sel_options['meth_select'] = array(
|
||||
'%' => lang('contains'),
|
||||
|
Loading…
Reference in New Issue
Block a user