Skip to content

Commit

Permalink
Dev: Add comment about file-upload and PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 14, 2016
1 parent 8ebdbc1 commit cd5c3e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/helpers/admin/statistics_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2388,6 +2388,8 @@ protected function displaySimpleResults($outputs, $results, $rt, $outputType, $s
*/
protected function displayResults($outputs, $results, $rt, $outputType, $surveyid, $sql, $usegraph, $browse, $sLanguage)
{
// TODO: Should not be necessary - this combination should never happen
// File-upload is not displayed in PDF
if (($outputType=='pdf' && $outputs['qtype'] === "|"))
{
return array(
Expand Down

0 comments on commit cd5c3e9

Please sign in to comment.