From f614a0078adf69e5385986cc546467a0b13a5dfb Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Thu, 18 Jan 2007 21:50:13 +0000 Subject: [PATCH] disabled from use with the profile --- 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 09f9a3c79..7577cc3dd 100644 --- a/lib/WebGUI/Form/Checkbox.pm +++ b/lib/WebGUI/Form/Checkbox.pm @@ -75,7 +75,7 @@ sub definition { defaultValue=>1 }, profileEnabled=>{ - defaultValue=>1 + defaultValue=>0 } }); return $class->SUPER::definition($session, $definition);