Skip to content

Commit

Permalink
Fixed issue #5508: $printanswershonorsconditions settings doesn't wor…
Browse files Browse the repository at this point in the history
…k - all questions are shown in Print Answers page

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@11208 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Oct 19, 2011
1 parent 77a3499 commit 390cba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions printanswers.php
Expand Up @@ -174,8 +174,8 @@
}
$printoutput .= "\t<div class='printouttitle'><strong>".$clang->gT("Survey name (ID):")."</strong> $surveyname ($surveyid)</div><p>&nbsp;\n";


$aFullResponseTable=aGetFullResponseTable($surveyid,$id,$language,true);
$bHonorConditions=($printanswershonorsconditions==1);
$aFullResponseTable=aGetFullResponseTable($surveyid,$id,$language,$bHonorConditions);

//Get the fieldmap @TODO: do we need to filter out some fields?
unset ($aFullResponseTable['id']);
Expand Down

0 comments on commit 390cba8

Please sign in to comment.