mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Updated Limesurvey to revision 11354
This commit is contained in:
@@ -174,8 +174,8 @@ if(isset($_POST['printableexport']))
|
||||
}
|
||||
$printoutput .= "\t<div class='printouttitle'><strong>".$clang->gT("Survey name (ID):")."</strong> $surveyname ($surveyid)</div><p> \n";
|
||||
|
||||
|
||||
$aFullResponseTable=aGetFullResponseTable($surveyid,$id,$language);
|
||||
$bHonorConditions=($printanswershonorsconditions==1);
|
||||
$aFullResponseTable=aGetFullResponseTable($surveyid,$id,$language,$bHonorConditions);
|
||||
|
||||
//Get the fieldmap @TODO: do we need to filter out some fields?
|
||||
unset ($aFullResponseTable['id']);
|
||||
|
||||
Reference in New Issue
Block a user