Tentative final Calendar beta for testing.

This commit is contained in:
Doug Bell 2006-12-06 08:02:42 +00:00
parent 92f016eb32
commit b55266e821
7 changed files with 627 additions and 47 deletions

View file

@ -97,6 +97,14 @@ sub definition {
fieldType => "Text",
defaultValue => undef,
},
'feedId' => {
fieldType => "Text",
defaultValue => undef,
},
'feedUid' => {
fieldType => "Text",
defaultValue => undef,
},
);