Index: modules/cck/content.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cck/content.module,v
retrieving revision 1.90.2.27
diff -u -r1.90.2.27 content.module
--- modules/cck/content.module	18 Jan 2007 19:35:48 -0000	1.90.2.27
+++ modules/cck/content.module	23 Jan 2007 16:06:42 -0000
@@ -576,7 +576,9 @@
         if (empty($value)) {
           $items = array();
           foreach ($node_field as $delta => $item) {
+            $items[$delta] = $item;
             $items[$delta]['view'] = content_format($field, $item, $formatter, $node);
+            $node->$field_name = $items;
           }
           $value = theme('field', $node, $field, $items, $teaser, $page);
         }
