Skip to content

Commit

Permalink
Fixed issue #5474: Not possible to send a token to multiple email add…
Browse files Browse the repository at this point in the history
…resses

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@11231 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Oct 21, 2011
1 parent 822b8df commit b9a15e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/tokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -1557,6 +1557,7 @@
while ($emrow = $emresult->FetchRow())
{
unset($fieldsarray);
$to=array();
$aEmailaddresses=explode(';',$emrow['email']);
foreach($aEmailaddresses as $sEmailaddress)
{
Expand Down

0 comments on commit b9a15e2

Please sign in to comment.