MINOR: in-line documentation correction

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@70571 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Normann Lou 2009-01-21 21:23:12 +00:00 committed by Sam Minnee
parent 5ddb00dfa3
commit e855e4d126

View File

@ -2824,7 +2824,7 @@ class DataObject extends ViewableData implements DataObjectInterface,i18nEntityP
/** /**
* Inserts standard column-values when a DataObject * Inserts standard column-values when a DataObject
* is instanciated. Does not insert default records {@see $default_records}. * is instanciated. Does not insert default records {@see $default_records}.
* This is a map from classname to default value. * This is a map from fieldname to default value.
* *
* - If you would like to change a default value in a sub-class, just specify it. * - If you would like to change a default value in a sub-class, just specify it.
* - If you would like to disable the default value given by a parent class, set the default value to 0,'',or false in your * - If you would like to disable the default value given by a parent class, set the default value to 0,'',or false in your