Fix: A parameter for urls must not contains any "
This commit is contained in:
parent
5bde360164
commit
11da59feea
@ -511,7 +511,7 @@ if ($_POST['action'] == 'send' && ! $_POST['addfile'] && ! $_POST['removedfile']
|
||||
$result=$mailfile->sendfile();
|
||||
if ($result)
|
||||
{
|
||||
$mesg=$langs->trans('MailSuccessfulySent',$from,$sendto);
|
||||
$mesg=$langs->trans('MailSuccessfulySent',$from,$sendto); // Must not contain "
|
||||
|
||||
$error=0;
|
||||
|
||||
|
||||
@ -889,7 +889,7 @@ if ($_POST['action'] == 'send' && ! $_POST['addfile'] && ! $_POST['removedfile']
|
||||
$result=$mailfile->sendfile();
|
||||
if ($result)
|
||||
{
|
||||
$mesg='<div class="ok">'.$langs->trans('MailSuccessfulySent',$from,$sendto).'.</div>';
|
||||
$mesg=$langs->trans('MailSuccessfulySent',$from,$sendto); // Must not contains "
|
||||
|
||||
$error=0;
|
||||
|
||||
|
||||
@ -1235,7 +1235,7 @@ if (($_POST['action'] == 'send' || $_POST['action'] == 'relance') && ! $_POST['a
|
||||
$result=$mailfile->sendfile();
|
||||
if ($result)
|
||||
{
|
||||
$mesg='<div class="ok">'.$langs->trans('MailSuccessfulySent',$from,$sendto).'.</div>';
|
||||
$mesg=$langs->trans('MailSuccessfulySent',$from,$sendto); // Must not contain "
|
||||
|
||||
$error=0;
|
||||
|
||||
|
||||
@ -661,7 +661,7 @@ if ($_POST['action'] == 'send' && ! $_POST['addfile'] && ! $_POST['removedfile']
|
||||
$result=$mailfile->sendfile();
|
||||
if ($result)
|
||||
{
|
||||
$mesg='<div class="ok">'.$langs->trans('MailSuccessfulySent',$from,$sendto).'.</div>';
|
||||
$mesg=$langs->trans('MailSuccessfulySent',$from,$sendto); // Must not contain "
|
||||
|
||||
$error=0;
|
||||
|
||||
|
||||
@ -691,7 +691,7 @@ if ($_POST['action'] == 'send' && ! $_POST['addfile'] && ! $_POST['removedfile']
|
||||
$result=$mailfile->sendfile();
|
||||
if ($result)
|
||||
{
|
||||
$mesg='<div class="ok">'.$langs->trans('MailSuccessfulySent',$from,$sendto).'.</div>';
|
||||
$mesg=$langs->trans('MailSuccessfulySent',$from,$sendto); // Must not contain "
|
||||
|
||||
$error=0;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user