8 Apr
2008
8 Apr
'08
11:23 p.m.
On Apr 8, 2008, at 2:18 PM, Steve Edwards wrote:
The role the user belongs to does not have the 'access project' or 'access project issues' permissions enabled. ... Can anyone explain why my user wouldn't be able to access the node?
from modules/project/project.inc function project_project_access($op, $node) { ... if (!user_access('access projects')) { return FALSE; } ... } Cheers, -Derek (dww)