--- _computed_field.module 2007-12-10 02:40:50.000000000 +0000 +++ computed_field.module 2008-01-10 03:11:11.000000000 +0000 @@ -136,6 +136,9 @@ function computed_field_field($op, &$nod } break; case 'view': + // Added 2007-11-07 by SDSheridan to solve non-compute on View. + // 'load' above is not called on every view because of caching in cache_content table. + _computed_field_compute_value($node, $field, $node_field); if ($field['display']) { $items = array(); foreach ($node_field as $delta => $item) {