Skip to content

Commit

Permalink
Dev Removed the word LimeSurvey from statistics PDF output
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9340 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Oct 26, 2010
1 parent 7a6942c commit 0ae3139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/statistics_function.php
Expand Up @@ -221,7 +221,7 @@ function generate_statistics($surveyid, $allfields, $q2show='all', $usegraph=0,
$pdf->SetKeywords('LimeSurvey, Statistics, Survey '.$surveyid.'');
$pdf->SetDisplayMode('fullpage', 'two');
// set default header data
$pdf->SetHeaderData("statistics.png", 10, "LimeSurvey ".$statlang->gT("Quick statistics") , $statlang->gT("Survey")." ".$surveyid." '".$surveyInfo['surveyls_title']."'");
$pdf->SetHeaderData("statistics.png", 10, $statlang->gT("Quick statistics") , $statlang->gT("Survey")." ".$surveyid." '".$surveyInfo['surveyls_title']."'");

// set header and footer fonts
$pdf->setHeaderFont(Array(PDF_FONT_NAME_MAIN, '', PDF_FONT_SIZE_MAIN));
Expand Down

0 comments on commit 0ae3139

Please sign in to comment.