This commit is contained in:
JT Smith 2004-09-15 21:17:59 +00:00
parent 28323b9f54
commit b65ddaf8f0
5 changed files with 7 additions and 3 deletions

View file

@ -50,7 +50,7 @@ sub classSettings {
return {
properties => {
name => { quote => 1 },
parentId => { defaultValue => 0 },
parentId => { quote => 1 },
collateralFolderId => { key => 1 },
description => { quote => 1 }
},