? 000-seven-form-css-sanity.patch
? 690828-block-ahah_0.patch
? 732542-system-goto-action-D7.patch
? 735528-states-or.patch
? 823428-entity-uri-34.patch
? 846296-file-download.patch
? 846296-file-download2.patch
? 890716-file-settings.patch
? 920614-unpublished-node-access.patch
? file_download_access6.patch
? test.patch
? sites/default/files
? sites/default/private
Index: modules/node/node.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.module,v
retrieving revision 1.1291
diff -u -p -r1.1291 node.module
--- modules/node/node.module	22 Aug 2010 16:11:12 -0000	1.1291
+++ modules/node/node.module	23 Sep 2010 18:27:51 -0000
@@ -2795,7 +2795,7 @@ function node_access($op, $node, $accoun
 
   // If the module did not override the access rights, use those set in the
   // node_access table.
-  if ($op != 'create' && $node->nid) {
+  if ($op != 'create' && $node->nid && $node->status) {
     if (module_implements('node_grants')) {
       $query = db_select('node_access');
       $query->addExpression('1');
