"feature request from Frank Becker, make AND the first and theirefore default option in extended search"

This commit is contained in:
Ralf Becker 2008-10-05 06:16:13 +00:00
parent 0e62b50197
commit d25b648258

View File

@ -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'),