Fix #8152
This commit is contained in:
parent
748dd12e4d
commit
642a86ba25
@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2013 Laurent Destailleur <eldy@users.sourceforge.net>
|
/* Copyright (C) 2013 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
* Copyright (C) 2013 Juanjo Menent <jmenent@2byte.es>
|
||||||
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 3 of the License, or
|
* the Free Software Foundation; either version 3 of the License, or
|
||||||
@ -192,7 +193,7 @@ if (($action == 'send' || $action == 'relance') && ! $_POST['addfile'] && ! $_PO
|
|||||||
// Recipient was provided from combo list
|
// Recipient was provided from combo list
|
||||||
if ($val == 'thirdparty') // Id of third party
|
if ($val == 'thirdparty') // Id of third party
|
||||||
{
|
{
|
||||||
$tmparray[] = $thirdparty->name.' <'.$thirdparty->email.'>';
|
$tmparray[] = str_replace(","," ",$thirdparty->name).' <'.$thirdparty->email.'>';
|
||||||
}
|
}
|
||||||
elseif ($val) // Id du contact
|
elseif ($val) // Id du contact
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user