mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
* Api - Clear recipients between merges to avoid sending subsequent merges to previous contacts
This commit is contained in:
parent
ba55ea67cc
commit
aea2b4d216
@ -6938,6 +6938,7 @@ class Mail
|
|||||||
{
|
{
|
||||||
$errorInfo = $email = '';
|
$errorInfo = $email = '';
|
||||||
$sendOK = $openComposeWindow = $openAsDraft = null;
|
$sendOK = $openComposeWindow = $openAsDraft = null;
|
||||||
|
$mailObject->clearAllRecipients();
|
||||||
//error_log(__METHOD__.' ('.__LINE__.') '.' Id To Merge:'.$val);
|
//error_log(__METHOD__.' ('.__LINE__.') '.' Id To Merge:'.$val);
|
||||||
if (/*$GLOBALS['egw_info']['flags']['currentapp'] == 'addressbook' &&*/
|
if (/*$GLOBALS['egw_info']['flags']['currentapp'] == 'addressbook' &&*/
|
||||||
count($SendAndMergeTocontacts) > 1 && $val &&
|
count($SendAndMergeTocontacts) > 1 && $val &&
|
||||||
|
Loading…
Reference in New Issue
Block a user