Browse Source

One last chapter in the vanity.house saga, I hope

pjc 5 years ago
parent
commit
6857c2ce4f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/torrents/details.php

+ 1
- 1
sections/torrents/details.php View File

@@ -497,7 +497,7 @@ foreach ($TorrentList as $Torrent) {
497 497
     $ExtraInfo.=$AddExtra.'<strong class="torrent_label tl_reported tooltip" title="Type: '.ucfirst($Reports[0]['Type']).'<br>Comment: '.htmlentities(htmlentities($Reports[0]['UserComment'])).'">Reported</strong>';
498 498
     $AddExtra=' / ';
499 499
   }
500
-  if (!$Censored) { $ExtraInfo .= $AddExtra.Format::torrent_label('Uncensored'); $AddExtra=' / '; }
500
+  #if (!$Censored) { $ExtraInfo .= $AddExtra.Format::torrent_label('Uncensored'); $AddExtra=' / '; }
501 501
   if (!empty($BadTags)) { $ExtraInfo.=$AddExtra. Format::torrent_label('Bad Tags'); $AddExtra=' / '; }
502 502
   if (!empty($BadFolders)) { $ExtraInfo.=$AddExtra. Format::torrent_label('Bad Folders'); $AddExtra=' / '; }
503 503
   if (!empty($BadFiles)) { $ExtraInfo.=$AddExtra. Format::torrent_label('Bad File Names'); $AddExtra=' / '; }

Loading…
Cancel
Save