- fix: viewIndividualSurvey shows "Answer" lines in Survey mode
fixed more spectre memory bugs
This commit is contained in:
parent
5fb7a3c627
commit
aa10f84d87
5 changed files with 6 additions and 2 deletions
|
|
@ -1308,7 +1308,7 @@ sub www_viewIndividualSurvey {
|
|||
$var->{'duration.minutes.label'} = $i18n->get(79);
|
||||
$var->{'duration.seconds'} = (($response->{endDate} - $response->{start})%60);
|
||||
$var->{'duration.seconds.label'} = $i18n->get(80);
|
||||
$var->{'answer.label'} = $i18n->get(19);
|
||||
$var->{'answer.label'} = $i18n->get(19) if ($self->get("mode") eq "quiz");
|
||||
$var->{'response.label'} = $i18n->get(66);
|
||||
$var->{'comment.label'} = $i18n->get(57);
|
||||
my $questions = $self->session->db->read("select Survey_questionId,question,answerFieldType from Survey_question
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue