Skip to content

Commit

Permalink
Fixed #4527: Word export broken
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9050 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
mennodekker committed Aug 11, 2010
1 parent 55cacf4 commit bba1525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/exportresults.php
Expand Up @@ -1230,7 +1230,7 @@
else if ($type == "pdf")
{$pdf->intopdf(trim(strip_tags($drow[$i])));}
else if ($type == "doc")
{$pdf->intopdf(trim(strip_tags($drow[$i])));}
{$exportoutput .= trim(strip_tags($drow[$i]));}
else
{$exportoutput .= str_replace("\r\n", " ", $drow[$i]);}
}
Expand Down

0 comments on commit bba1525

Please sign in to comment.