From d0d711262365953f7d422704688386be25621203 Mon Sep 17 00:00:00 2001 From: Roy Johnson Date: Sat, 4 Jun 2005 22:19:59 +0000 Subject: [PATCH] fix - [ 1213516 ] Survey.pm: question order=response driven doesn't work --- lib/WebGUI/Asset/Wobject/Survey.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/Survey.pm b/lib/WebGUI/Asset/Wobject/Survey.pm index fbda6ad59..dc846defa 100644 --- a/lib/WebGUI/Asset/Wobject/Survey.pm +++ b/lib/WebGUI/Asset/Wobject/Survey.pm @@ -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}],