fixed: thingy now has appropriate values for all field types

This commit is contained in:
Doug Bell 2008-06-20 21:51:50 +00:00
parent 658335ac2b
commit 5ece4a1d8c
3 changed files with 6 additions and 3 deletions

View file

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