From 2dac29bce5c11b9031958fe107f44be232e60ab0 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Fri, 20 Jun 2008 21:55:54 +0000 Subject: [PATCH] reverting back to the way frank had it, even though it seems to break some things, since I do not know why the change was made --- lib/WebGUI/Form/Checkbox.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Form/Checkbox.pm b/lib/WebGUI/Form/Checkbox.pm index f5966f337..fc827f5d5 100644 --- a/lib/WebGUI/Form/Checkbox.pm +++ b/lib/WebGUI/Form/Checkbox.pm @@ -64,7 +64,7 @@ sub definition { defaultValue=> 0 }, defaultValue=>{ - defaultValue=> 1 + defaultValue=> undef }, }); return $class->SUPER::definition($session, $definition);