*** empty log message ***

This commit is contained in:
Matthew Wilson 2005-08-15 00:31:44 +00:00
parent 1a6c6ae254
commit cfe20cfce6
2 changed files with 4 additions and 0 deletions

View file

@ -8,6 +8,7 @@
- Added some more exception handling to getAssetAdderLinks (mwilson) - Added some more exception handling to getAssetAdderLinks (mwilson)
- fixed more arrayed Form parameters in www_editMetaDataField (mwilson) - fixed more arrayed Form parameters in www_editMetaDataField (mwilson)
- fixed a bunch more errors in the new date field - (mwilson) - fixed a bunch more errors in the new date field - (mwilson)
- fixed a fatal error in whatNext.pm (mwilson)
6.7.0 6.7.0

View file

@ -80,6 +80,9 @@ sub definition {
name=>{ name=>{
defaultValue=>"proceed" defaultValue=>"proceed"
}, },
options=>{
defaultValue=>{}
}
}); });
return $class->SUPER::definition($definition); return $class->SUPER::definition($definition);
} }