Skip to content

Commit

Permalink
Removed unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed May 15, 2020
1 parent 4d3fbd7 commit 456cfc4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions application/helpers/qanda_helper.php
Expand Up @@ -4958,17 +4958,13 @@ function do_array_dual($ia)
// Array filter : maybe leave EM do the trick
$aData['aSubQuestions'][$i]['sDisplayStyle'] = return_display_style($ia, $aQuestionAttributes, $thissurvey, $myfname);

//~ list($htmltbody2, $hiddenfield)=return_array_filter_strings($ia, $aQuestionAttributes, $thissurvey, $ansrow, $myfname, $trbc, $myfname,"tr","$trbc subquestion-list questions-list dropdown-list");
//~ $aData['aSubQuestions'][$i]['htmltbody2'] = $htmltbody2;
//~ $aData['aSubQuestions'][$i]['hiddenfield'] = $hiddenfield;
$aData['labels0'] = $labels0;
$aData['labels1'] = $labels1;
$aData['aSubQuestions'][$i]['showNoAnswer0'] = ($sActualAnswer0 != '' && ($ia[6] != 'Y' && $ia[6] != 'S') && SHOW_NO_ANSWER);
$aData['aSubQuestions'][$i]['showNoAnswer1'] = ($sActualAnswer1 != '' && ($ia[6] != 'Y' && $ia[6] != 'S') && SHOW_NO_ANSWER);
$aData['interddSep'] = $interddSep;

$inputnames[] = $myfname0;

$inputnames[] = $myfname1;
}

Expand Down

0 comments on commit 456cfc4

Please sign in to comment.