Skip to content

Commit

Permalink
Fixed issue #10346: removed default comment values for multiple text …
Browse files Browse the repository at this point in the history
…with comments
  • Loading branch information
LouisGac committed Feb 8, 2016
1 parent 60a64ce commit df67f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/qanda_helper.php
Expand Up @@ -2546,7 +2546,7 @@ function do_multiplechoice_withcomments($ia)
$inputnames[]=$myfname;
$inputnames[]=$myfname2;

$inputCOmmentValue = htmlspecialchars($_SESSION['survey_'.Yii::app()->getConfig('surveyID')][$myfname],ENT_QUOTES);
$inputCOmmentValue = ''; //still no default values for comments

$itemDatas = array(
'sDisplayStyle'=>$sDisplayStyle,
Expand Down

0 comments on commit df67f0f

Please sign in to comment.