MINOR Code formatting in TableField (merged from branches/2.3-nzct)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@82077 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-07-17 00:16:52 +00:00
parent d3ff09df03
commit 98cc45291b

View File

@ -406,7 +406,8 @@ class TableField extends TableListField {
if($dataObjects) { if($dataObjects) {
foreach ($dataObjects as $objectid => $fieldValues) { foreach ($dataObjects as $objectid => $fieldValues) {
// we have to "sort" new data first, and process it in a seperate saveData-call (see setValue()) // we have to "sort" new data first,
// and process it in a seperate saveData-call (see setValue())
if($objectid === "new") continue; if($objectid === "new") continue;
// extra data was creating fields, but // extra data was creating fields, but