Minor fixes (typo and unnecessary hash dereference)
This commit is contained in:
parent
2a9bbc7490
commit
afde10109f
2 changed files with 2 additions and 2 deletions
|
|
@ -240,7 +240,7 @@ $self->log("qAddy was $$qAddy[0]-$$qAddy[1]");
|
|||
last;
|
||||
}
|
||||
my %question = %{$self->survey->question([$$qAddy[0],$$qAddy[1]])};
|
||||
$question->{'text'} =~ s/\[\[([^\%]*?)\]\]/$self->getPreviousAnswer($1)/eg;
|
||||
$question{'text'} =~ s/\[\[([^\%]*?)\]\]/$self->getPreviousAnswer($1)/eg;
|
||||
delete $question{answers};
|
||||
$question{id} = "$$qAddy[0]-$$qAddy[1]";
|
||||
$question{sid} = "$$qAddy[0]";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue