From f570e54223f8b901a793e230344fa25e5d131dc0 Mon Sep 17 00:00:00 2001
From: Roman Kelesidis
+
{tor.COMPLETED}
diff --git a/tracker.php b/tracker.php index cd2e346e..4f77bfc4 100644 --- a/tracker.php +++ b/tracker.php @@ -838,6 +838,7 @@ if ($allowed_forums) 'SEEDS_TITLE' => ($seeds) ? $lang['SEEDERS'] : ($lang['SEED_NOT_SEEN']. ":\n ". (($s_last) ? bb_date($s_last, $date_format) : $lang['NEVER'])), 'LEECHS' => ($leechs) ? $leechs : 0, 'COMPLETED' => $show_completed_count ? (($compl) ? $compl : 0) : $tor['download_count'], + 'SHOW_COMPL' => (bool) $show_completed_count, 'REPLIES' => $tor['topic_replies'], 'VIEWS' => $tor['topic_views'], 'ADDED_RAW' => $tor['reg_time'],