address book works

yesno uses bool now instead of int
This commit is contained in:
JT Smith 2008-03-06 00:22:59 +00:00
parent 17faa35f27
commit 56407bdc8f
7 changed files with 305 additions and 9 deletions

View file

@ -73,7 +73,7 @@ sub definition {
defaultValue=>1
},
dbDataType => {
defaultValue => "INT(1)",
defaultValue => "bool",
},
});
return $class->SUPER::definition($session, $definition);