Skip to content

Commit

Permalink
Dev Small merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 22, 2018
1 parent 63176e8 commit 82fe033
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions application/helpers/expressions/em_manager_helper.php
Expand Up @@ -3923,13 +3923,12 @@ public function setVariableAndTokenMappingsForExpressionManager($surveyid,$force
$question = $fielddata['subquestion'];
// $question = $fielddata['question'] . ': ' . $fielddata['subquestion'];
if ($type == Question::QT_P_MULTIPLE_CHOICE_WITH_COMMENTS && preg_match("/comment$/", $sgqa)) {
// $rowdivid = substr($sgqa,0,-7);
}
else {
$sqsuffix = '_' . $fielddata['aid'];
$rowdivid = $sgqa;
}
// $rowdivid = substr($sgqa,0,-7);
} else {
$sqsuffix = '_' . $fielddata['aid'];
$rowdivid = $sgqa;
}

break;
case Question::QT_COLON_ARRAY_MULTI_FLEX_NUMBERS: //ARRAY (Multi Flexi) 1 to 10
case Question::QT_SEMICOLON_ARRAY_MULTI_FLEX_TEXT: //ARRAY (Multi Flexi) Text
Expand Down

0 comments on commit 82fe033

Please sign in to comment.