From fbeff8a8664abc6e9eaacc8e870143594b5c7932 Mon Sep 17 00:00:00 2001 From: Doug Collinge Date: Fri, 10 May 2002 06:23:35 +0000 Subject: [PATCH] Modified to default who can vote to the new Everyone group. --- lib/WebGUI/Widget/Poll.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Widget/Poll.pm b/lib/WebGUI/Widget/Poll.pm index ede329b52..8ec7f6ead 100644 --- a/lib/WebGUI/Widget/Poll.pm +++ b/lib/WebGUI/Widget/Poll.pm @@ -113,7 +113,7 @@ sub www_add { $output .= tableFormRow(WebGUI::International::get(85),WebGUI::Form::textArea("description",'',50,5,1)); $output .= tableFormRow(WebGUI::International::get(3,$namespace),WebGUI::Form::checkbox("active",1,1)); $output .= tableFormRow(WebGUI::International::get(4,$namespace), - WebGUI::Form::groupList("voteGroup",1)); + WebGUI::Form::groupList("voteGroup",7)); # Group "Everyone" $output .= tableFormRow(WebGUI::International::get(5,$namespace), WebGUI::Form::text("graphWidth",20,3,150)); $output .= tableFormRow(WebGUI::International::get(6,$namespace),WebGUI::Form::text("question",50,255));