Index: webform.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/webform/webform.module,v
retrieving revision 1.196.2.46
diff -u -r1.196.2.46 webform.module
--- webform.module	14 Aug 2010 21:23:14 -0000	1.196.2.46
+++ webform.module	16 Aug 2010 17:43:31 -0000
@@ -1212,14 +1212,6 @@
     theme('webform_view_messages', $node, $teaser, $page, $submission_count, $limit_exceeded, $allowed_roles);
   }
 
-  // If the node body is null, for instance if the body field is omitted in
-  // the content type, then it will get set to 'n/a' when check_markup() is
-  // run during node_prepare(). Get around this by setting it to an empty
-  // string.
-  $node->body = isset($node->body) ? $node->body : '';
-
-  // Add the output to the node.
-  $node = node_prepare($node, $teaser);
   if (isset($output)) {
     if (module_exists('content')) {
       $weight = content_extra_field_weight($node->type, 'webform');
