Browse Source

Also update torrent details

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

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

471
     }
471
     }
472
   }
472
   }
473
   if ($Archive) {
473
   if ($Archive) {
474
-    $ExtraInfo .= $AddExtra.display_str('Archived ('.$Archive.')'); $AddExtra=' / ';
474
+    $ExtraInfo .= $AddExtra.display_str($Archive); $AddExtra=' / ';
475
   }
475
   }
476
   if (!$ExtraInfo || $GroupCategoryID == 5) {
476
   if (!$ExtraInfo || $GroupCategoryID == 5) {
477
     $ExtraInfo = $GroupName; $AddExtra=' / ';
477
     $ExtraInfo = $GroupName; $AddExtra=' / ';

Loading…
Cancel
Save