Skip to content

Commit

Permalink
Dev: Small fix for dual-scale
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 15, 2016
1 parent b3200a5 commit 75a0266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/helpers/qanda_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -5997,7 +5997,7 @@ function do_array_dual($ia)
$aData['answertextright'] = $answertextright;
if ($shownoanswer)
{
if (count($labelans1)>0)
if (count($labelans1) > 0)
{
if (!isset($_SESSION['survey_'.Yii::app()->getConfig('surveyID')][$myfname1]) || $_SESSION['survey_'.Yii::app()->getConfig('surveyID')][$myfname1] == "")
{
Expand All @@ -6006,7 +6006,7 @@ function do_array_dual($ia)
}
else
{
$aData['myfname1_checked'] = "";
$aData['myfname1_notset'] = "";
}
}
else
Expand Down

0 comments on commit 75a0266

Please sign in to comment.