mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
Fix tab button wouldn't leave mail compose's to: field
This commit is contained in:
parent
89f5daa310
commit
b1d75209db
@ -3616,7 +3616,7 @@ class mail_compose
|
|||||||
explode(',', $mailPrefs['contactLabel']) : $mailPrefs['contactLabel'];
|
explode(',', $mailPrefs['contactLabel']) : $mailPrefs['contactLabel'];
|
||||||
|
|
||||||
// Add some matching mailing lists, and some groups, limited by config
|
// Add some matching mailing lists, and some groups, limited by config
|
||||||
if($include_lists)
|
if($include_lists && strlen($_searchString) >= $_searchStringLength)
|
||||||
{
|
{
|
||||||
$results += static::get_lists($_searchString, $contacts_obj);
|
$results += static::get_lists($_searchString, $contacts_obj);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user