Skip to content

Commit

Permalink
Fixed issue: Bounce processing didn't work with remainders
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@10573 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Igor Dobraca committed Jul 23, 2011
1 parent 6c51173 commit 638b24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tokens.php
Expand Up @@ -1943,7 +1943,7 @@
$msgsubject=Replacefields($_POST['subject_'.$emrow['language']], $fieldsarray);
$sendmessage=Replacefields($_POST['message_'.$emrow['language']], $fieldsarray);
$customheaders = array( '1' => "X-surveyid: ".$surveyid,
'2' => "X-tokenid: ".$tokenid);
'2' => "X-tokenid: ".$fieldsarray["{TOKEN}"]);

if (trim($emrow['validfrom'])!='' && convertDateTimeFormat($emrow['validfrom'],'Y-m-d H:i:s','U')*1>date('U')*1)
{
Expand Down

0 comments on commit 638b24e

Please sign in to comment.