|
@@ -174,12 +174,12 @@ if (check_paranoia_here(array('uploaded', 'downloaded', 'uploads+', 'requestsfil
|
174
|
174
|
|
175
|
175
|
// Community section
|
176
|
176
|
if (check_paranoia_here('snatched+')) {
|
177
|
|
-$DB->query("
|
178
|
|
- SELECT COUNT(x.uid), COUNT(DISTINCT x.fid)
|
179
|
|
- FROM xbt_snatched AS x
|
180
|
|
- INNER JOIN torrents AS t ON t.ID = x.fid
|
181
|
|
- WHERE x.uid = '$UserID'");
|
182
|
|
-list($Snatched, $UniqueSnatched) = $DB->next_record();
|
|
177
|
+ $DB->query("
|
|
178
|
+ SELECT COUNT(x.uid), COUNT(DISTINCT x.fid)
|
|
179
|
+ FROM xbt_snatched AS x
|
|
180
|
+ INNER JOIN torrents AS t ON t.ID = x.fid
|
|
181
|
+ WHERE x.uid = '$UserID'");
|
|
182
|
+ list($Snatched, $UniqueSnatched) = $DB->next_record();
|
183
|
183
|
}
|
184
|
184
|
|
185
|
185
|
if (check_paranoia_here('torrentcomments+')) {
|