fix - [ 1213516 ] Survey.pm: question order=response driven doesn't work

This commit is contained in:
Roy Johnson 2005-06-04 22:19:59 +00:00
parent 85513d2fe9
commit d0d7112623

View file

@ -798,7 +798,7 @@ sub www_editQuestion {
my $ql = WebGUI::SQL->buildHashRef("select Survey_questionId,question
from Survey_question where Survey_id=".quote($self->get("Survey_id"))." order by sequenceNumber");
$ql = { ('-1' => WebGUI::International::get(82,'Asset_Survey'),%$ql) };
$f->select(
$f->selectList(
-name => "gotoQuestion",
-options=> $ql,
-value => [$question->{gotoQuestion}],