Fix syntax error
This commit is contained in:
parent
c0a30d1ff5
commit
f6f66f2a77
@ -428,7 +428,7 @@ if (($id > 0 || ! empty($ref)) || $projectidforalltimes > 0)
|
||||
print '<br>';
|
||||
|
||||
// Link to create time
|
||||
if ($user->rights->projet->all->lire || $user->rights->projet->lire)) // To enter time, read permission is enough
|
||||
if ($user->rights->projet->all->lire || $user->rights->projet->lire) // To enter time, read permission is enough
|
||||
{
|
||||
if ($projectstatic->public || $userRead > 0)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user