Index: modules/cck/content.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cck/content.module,v
retrieving revision 1.56.2.42
diff -u -r1.56.2.42 content.module
--- modules/cck/content.module	23 Jan 2007 00:34:49 -0000	1.56.2.42
+++ modules/cck/content.module	23 Jan 2007 16:11:05 -0000
@@ -624,7 +624,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);
         }
