Skip to content

Commit

Permalink
Revert "Fixed issue #18814: Array question statistics fail for Remote…
Browse files Browse the repository at this point in the history
… Control. (#3165)"

This reverts commit f148781.
  • Loading branch information
olleharstedt committed Jun 5, 2023
1 parent 1b9b844 commit 582fade
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 132 deletions.
2 changes: 1 addition & 1 deletion application/helpers/common_helper.php
Expand Up @@ -1215,7 +1215,7 @@ function createCompleteSGQA($iSurveyID, $aFilters, $sLanguage)

//go through all the (multiple) answers
foreach ($result as $row) {
$myfield2 = $myfield . $row['title'];
$myfield2 = $myfield . reset($row);
$allfields[] = $myfield2;
}
break;
Expand Down
Binary file removed tests/data/surveys/survey_statistics_three.lsa
Binary file not shown.

This file was deleted.

0 comments on commit 582fade

Please sign in to comment.