mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 15:47:54 +02:00
* Api - Clear recipients between merges to avoid sending subsequent merges to previous contacts
This commit is contained in:
@ -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 &&
|
||||||
|
Reference in New Issue
Block a user