mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-19 04:31:36 +00:00
Empty commit
This commit is contained in:
parent
e9a65cb013
commit
014cd85f9c
@ -169,7 +169,9 @@
|
|||||||
<div style="text-align: right;">
|
<div style="text-align: right;">
|
||||||
<a href="reportsv2.php?view=group&id=<?=$GroupID?>">There <?=(($GroupOthers > 1) ? "are $GroupOthers reports" : "is 1 other report")?> for torrent(s) in this group</a>
|
<a href="reportsv2.php?view=group&id=<?=$GroupID?>">There <?=(($GroupOthers > 1) ? "are $GroupOthers reports" : "is 1 other report")?> for torrent(s) in this group</a>
|
||||||
</div>
|
</div>
|
||||||
<? $DB->query("SELECT t.UserID
|
<? }
|
||||||
|
|
||||||
|
$DB->query("SELECT t.UserID
|
||||||
FROM reportsv2 AS r
|
FROM reportsv2 AS r
|
||||||
JOIN torrents AS t ON t.ID=r.TorrentID
|
JOIN torrents AS t ON t.ID=r.TorrentID
|
||||||
WHERE r.Status != 'Resolved'
|
WHERE r.Status != 'Resolved'
|
||||||
@ -188,9 +190,7 @@
|
|||||||
req.TimeFilled
|
req.TimeFilled
|
||||||
FROM requests AS req
|
FROM requests AS req
|
||||||
LEFT JOIN torrents AS t ON t.GroupID=req.TorrentID
|
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
|
JOIN users_main AS um ON um.ID=req.FillerID
|
||||||
WHERE rep.Status != 'Resolved'
|
|
||||||
AND req.TorrentID=$TorrentID");
|
AND req.TorrentID=$TorrentID");
|
||||||
$Requests = ($DB->record_count());
|
$Requests = ($DB->record_count());
|
||||||
if($Requests > 0) {
|
if($Requests > 0) {
|
||||||
@ -202,7 +202,6 @@
|
|||||||
<? }
|
<? }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user