Index: project.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project/project.inc,v
retrieving revision 1.115
diff -u -F^f -r1.115 project.inc
--- project.inc	25 Aug 2007 17:54:54 -0000	1.115
+++ project.inc	10 Oct 2007 15:31:13 -0000
@@ -440,7 +440,7 @@ function project_project_access($op, $no
 
   switch ($op) {
     case 'view':
-      if (user_access('administer projects')) {
+      if (project_check_admin_access($node)) {
          return TRUE;
       }
       if (user_access('access own projects') && $node->uid == $user->uid) {
