<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Arial">Yes, I was just noting that in the
PDD diagram.&nbsp; Looks like I'll have to suggest an enhancement to the
Project module.<br>
<br>
Thanks.<br>
<br>
Steve<br>
</font></font><br>
John VanDyk wrote:
<blockquote cite="mid:p06240807c421984326ab@%5B129.186.236.39%5D"
 type="cite">
  <blockquote type="cite">So there's no way to override that setting
using node_access? According to the handy dandy diagram on page 104 of
'Pro Drupal Development' it looks like node_access is the last thing
checked when granting access to a node.&nbsp; Is that incorrect, or am I
misunderstanding how that process works?
    <br>
  </blockquote>
  <br>
Note that you only reach node_access if the results from hook_access()
are inconclusive. In this case it's not inconclusive; project module is
returning FALSE and therefore access is disallowed.
  <br>
  <br>
</blockquote>
</body>
</html>