From 014cd85f9cdfd8616cfd49a8643728c6f2cb190c Mon Sep 17 00:00:00 2001 From: Git Date: Sun, 26 Feb 2012 08:00:20 +0000 Subject: [PATCH] Empty commit --- sections/torrents/delete.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sections/torrents/delete.php b/sections/torrents/delete.php index d3cee220..4d789783 100644 --- a/sections/torrents/delete.php +++ b/sections/torrents/delete.php @@ -169,7 +169,9 @@
There 1) ? "are $GroupOthers reports" : "is 1 other report")?> for torrent(s) in this group
- query("SELECT t.UserID + query("SELECT t.UserID FROM reportsv2 AS r JOIN torrents AS t ON t.ID=r.TorrentID WHERE r.Status != 'Resolved' @@ -188,12 +190,10 @@ req.TimeFilled FROM requests AS req LEFT JOIN torrents AS t ON t.GroupID=req.TorrentID - LEFT JOIN reportsv2 AS rep ON rep.TorrentID=t.ID JOIN users_main AS um ON um.ID=req.FillerID - WHERE rep.Status != 'Resolved' AND req.TorrentID=$TorrentID"); $Requests = ($DB->record_count()); - if($Requests > 0) { + if($Requests > 0) { while(list($RequestID, $FillerID, $FillerName, $FilledTime) = $DB->next_record()) { ?>
@@ -202,7 +202,6 @@