Empty commit

This commit is contained in:
Git 2012-04-21 08:00:37 +00:00
parent c36d0aa295
commit 924b6da050
2 changed files with 1 additions and 6 deletions

View File

@ -362,6 +362,7 @@ function user_heavy_info($UserID) {
i.DisableAvatar,
i.DisablePM,
i.DisableRequests,
i.DisableForums,
i.SiteOptions,
i.DownloadAlt,
i.LastReadNews,

View File

@ -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&amp;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>