Fix: A parameter for urls must not contains any "

This commit is contained in:
Laurent Destailleur 2011-01-14 02:02:57 +00:00
parent 5bde360164
commit 11da59feea
5 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;