Skip to content

Commit

Permalink
Fixed issue ShowLogicFile did not show array filters for List(Radio) …
Browse files Browse the repository at this point in the history
…questions when "other" advanced question option selected
  • Loading branch information
TMSWhite committed Jun 15, 2012
1 parent 1b6e4c3 commit 710388b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/expressions/LimeExpressionManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -7972,7 +7972,7 @@ static public function ShowSurveyLogicFile($sid, $gid=NULL, $qid=NULL,$LEMdebugL
}

$subQeqn = '';
$rowdivid = $q['sgqa'] . $ansInfo[1];
$rowdivid = $sgqas[0] . $ansInfo[1];
if (isset($LEM->subQrelInfo[$qid][$rowdivid]))
{
$sq = $LEM->subQrelInfo[$qid][$rowdivid];
Expand Down

0 comments on commit 710388b

Please sign in to comment.