Index: modules/upload/upload.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/upload/upload.module,v
retrieving revision 1.227
diff -u -r1.227 upload.module
--- modules/upload/upload.module	3 Feb 2009 18:55:32 -0000	1.227
+++ modules/upload/upload.module	20 Feb 2009 08:25:02 -0000
@@ -343,9 +343,9 @@
 function upload_nodeapi_view($node, $teaser, $page) {
   if (isset($node->files) && user_access('view uploaded files')) {
     // Add the attachments list to node body with a heavy
-    // weight to ensure they're below other elements
+    // weight to ensure they're below other elements.
     if (count($node->files)) {
-      if (!$teaser && user_access('view uploaded files')) {
+      if (!$teaser) {
         $node->content['files'] = array(
           '#markup' => theme('upload_attachments', $node->files),
           '#weight' => 50,
