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

This commit is contained in:
Doug Bell 2008-06-20 21:55:54 +00:00
parent 5ece4a1d8c
commit 2dac29bce5

View file

@ -64,7 +64,7 @@ sub definition {
defaultValue=> 0 defaultValue=> 0
}, },
defaultValue=>{ defaultValue=>{
defaultValue=> 1 defaultValue=> undef
}, },
}); });
return $class->SUPER::definition($session, $definition); return $class->SUPER::definition($session, $definition);