mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-14 03:16:25 +00:00
Empty commit
This commit is contained in:
parent
81c5d17153
commit
6439a40dda
@ -119,10 +119,10 @@
|
||||
}
|
||||
?>
|
||||
<li id="nav_invite" class="brackets<?=Format::add_class($PageID, array('user','invite'), 'active', false)?>">
|
||||
<a href="user.php?action=invite">Invite') . $Invites?></a>
|
||||
<a href="user.php?action=invite">Invite<?=$Invites?></a>
|
||||
</li>
|
||||
<li id="nav_donate" class="brackets<?=Format::add_class($PageID, array('donate'), 'active', false)?>">
|
||||
<a href="donate.php"><?='Donate</a>
|
||||
<a href="donate.php">Donate</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@ -160,7 +160,7 @@
|
||||
JOIN forums_last_read_topics AS l ON s.UserID = l.UserID AND s.TopicID = l.TopicID
|
||||
JOIN forums_topics AS t ON l.TopicID = t.ID
|
||||
JOIN forums AS f ON t.ForumID = f.ID
|
||||
WHERE (f.MinClassRead <= ".$LoggedUser['Class']." OR f.ID IN ('$PermittedForums')
|
||||
WHERE (f.MinClassRead <= ".$LoggedUser['Class']." OR f.ID IN ('$PermittedForums'))
|
||||
AND l.PostID < t.LastPostID
|
||||
AND s.UserID = ".$LoggedUser['ID'].
|
||||
(!empty($RestrictedForums) ? "
|
||||
|
Loading…
Reference in New Issue
Block a user