This commit is contained in:
florian HENRY 2018-03-21 23:00:33 +01:00
parent e2e1fae5e6
commit c8d309e599
2 changed files with 2 additions and 3 deletions

View File

@ -195,7 +195,8 @@ if (($action == 'send' || $action == 'relance') && ! $_POST['addfile'] && ! $_PO
if ($val == 'thirdparty') // Id of third party
{
$tmparray[] = $thirdparty->name.' <'.$thirdparty->email.'>';
} elseif ($val) // Id du contact
}
elseif ($val) // Id du contact
{
$tmparray[] = $thirdparty->contact_get_property((int) $val,'email');
$sendtoid[] = $val;

View File

@ -1,6 +1,4 @@
<?php
use Splash\Tests\WsAdmin\A05SelfTestsTest;
/* Copyright (c) 2002-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (c) 2002-2003 Jean-Louis Bergamo <jlb@j1b.org>
* Copyright (c) 2004-2012 Laurent Destailleur <eldy@users.sourceforge.net>