Index: modules/token/token_cck.inc
===================================================================
--- modules/token/token_cck.inc	(revision 179)
+++ modules/token/token_cck.inc	(working copy)
@@ -7,6 +7,7 @@
   $tokens = array();
   if ($type == 'node') {
     $node = $object;
+    $node->in_preview = true;
     content_view($node);
 
     $field_types = _content_field_types();
@@ -296,4 +297,4 @@
       return $tokens;
     }
   }
-}
\ No newline at end of file
+}
