Skip to content

Commit

Permalink
Fixed issue #4926 : can't use pdf export in print answers
Browse files Browse the repository at this point in the history
Dev: some typo , fixed group name too.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9758 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Shnoulle committed Feb 10, 2011
1 parent 3e7e906 commit eb410ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions printanswers.php
Expand Up @@ -200,7 +200,7 @@

if(isset($_POST['printableexport']))
{
$pdf->intopdf(FlattenText($fname['group_name'],true));
$pdf->intopdf(FlattenText($fname[0],true));
$pdf->ln(2);
}
else
Expand Down Expand Up @@ -265,7 +265,7 @@
}
else
{
$pdf->Output($clang->gT($surveyname)."-".$surveyid.".pdf","DD");
$pdf->Output($clang->gT($surveyname)."-".$surveyid.".pdf","D");
}
}

Expand Down

0 comments on commit eb410ab

Please sign in to comment.