diff --git a/application/core/Survey_Common_Action.php b/application/core/Survey_Common_Action.php index 1fc861e70e9..1480b31a3a8 100644 --- a/application/core/Survey_Common_Action.php +++ b/application/core/Survey_Common_Action.php @@ -352,7 +352,6 @@ function _questionbar($iSurveyId, $gid, $qid, $action = null) foreach ($qrresult as $qrrow) { $qrrow = $qrrow->attributes; - $qrrow = array_map('flattenText', $qrrow); if (hasSurveyPermission($iSurveyId, 'surveycontent', 'read')) { if (count(Survey::model()->findByPk($iSurveyId)->additionalLanguages) != 0) diff --git a/application/views/admin/survey/Question/questionbar_view.php b/application/views/admin/survey/Question/questionbar_view.php index cb969b139f9..571f563af81 100644 --- a/application/views/admin/survey/Question/questionbar_view.php +++ b/application/views/admin/survey/Question/questionbar_view.php @@ -166,20 +166,20 @@ eT("Question:"); ?> eT("Help:"); ?> - eT("Validation:"); ?> + eT("Validation:"); ?> @@ -252,7 +252,7 @@ : + if ($aAdvancedSetting['i18n']==false) echo htmlspecialchars($aAdvancedSetting['value']); else echo htmlspecialchars($aAdvancedSetting[$baselang]['value'])?>