mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-21 20:59:02 +00:00
Empty commit
This commit is contained in:
parent
c36d0aa295
commit
924b6da050
@ -362,6 +362,7 @@ function user_heavy_info($UserID) {
|
||||
i.DisableAvatar,
|
||||
i.DisablePM,
|
||||
i.DisableRequests,
|
||||
i.DisableForums,
|
||||
i.SiteOptions,
|
||||
i.DownloadAlt,
|
||||
i.LastReadNews,
|
||||
|
@ -228,12 +228,6 @@ function check_paranoia_here($Setting) {
|
||||
<? } ?>
|
||||
<? if ($OwnProfile || check_paranoia_here(false)) { //if ($OwnProfile || check_perms('users_mod')) { ?>
|
||||
<li><a href="userhistory.php?action=token_history&userid=<?=$UserID?>">Tokens</a>: <?=number_format($FLTokens)?></li>
|
||||
<? } ?>
|
||||
<? if ($OwnProfile || check_paranoia_here(false)) {
|
||||
$DB->query("SELECT SUM(Points) FROM library_contest WHERE UserID = ".$UserID);
|
||||
list($LibraryUploads) = $DB->next_record();
|
||||
?>
|
||||
<li>Library Points: <?=number_format($LibraryUploads)?> [<a href="torrents.php?type=contest&userid=<?=$UserID?>">View</a>]</li>
|
||||
<? } ?>
|
||||
</ul>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user