mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-31 02:21:36 +00:00
Empty commit
This commit is contained in:
parent
fac353b641
commit
b672ada4c2
@ -105,7 +105,7 @@ function get_group_info($GroupID, $Return = true, $RevisionID = 0) {
|
||||
|
||||
$TorrentList = $DB->to_array('ID', MYSQLI_ASSOC);
|
||||
if (count($TorrentList) == 0) {
|
||||
header("Location: log.php?search=Torrent+$GroupID");
|
||||
header("Location: log.php?search=Group+$GroupID");
|
||||
die();
|
||||
}
|
||||
if (in_array(0, $DB->collect('Seeders'))) {
|
||||
|
@ -23,7 +23,7 @@
|
||||
JOIN torrents AS t ON t.ID=xu.fid
|
||||
WHERE xu.fid='$TorrentID'
|
||||
AND um.Visible='1'
|
||||
ORDER BY xu.uploaded DESC
|
||||
ORDER BY xu.uid = '$LoggedUser[ID]' DESC, xu.uploaded DESC
|
||||
LIMIT $Limit");
|
||||
$DB->query("SELECT FOUND_ROWS()");
|
||||
list($NumResults) = $DB->next_record();
|
||||
|
@ -221,7 +221,7 @@
|
||||
$LastRemasterCatalogueNumber = $Torrent['RemasterCatalogueNumber'];
|
||||
$LastMedia = $Torrent['Media'];
|
||||
?>
|
||||
<tr class="group_torrent groupid_<?=$CollageID . $GroupID?> edition_<?=$EditionID?> hidden<?=$Torrent['IsSnatched'] ? ' snatched_torrent' : ''?>">
|
||||
<tr class="group_torrent groupid_<?=$CollageID . $GroupID?> edition_<?=$EditionID?> hidden<?=$Torrent['IsSnatched'] ? ' snatched_torrent' : ''?>">
|
||||
<td colspan="<?=($LoggedUser['HideCollage']?'2':'3')?>">
|
||||
<span>
|
||||
[ <a href="torrents.php?action=download&id=<?=$TorrentID?>&authkey=<?=$LoggedUser['AuthKey']?>&torrent_pass=<?=$LoggedUser['torrent_pass']?>" title="Download">DL</a> ]
|
||||
@ -274,7 +274,7 @@
|
||||
} ?>
|
||||
<!-- I hate that proton is making me do it like this -->
|
||||
<!--<div class="head colhead_dark" style="margin-top: 8px">-->
|
||||
<table style="margin-top: 8px" id="subscribed_collages" class="subscribed_collages_table details">
|
||||
<table style="margin-top: 8px" class="subscribed_collages_table">
|
||||
<tr class="colhead_dark">
|
||||
<td>
|
||||
<span style="float:left;">
|
||||
|
Loading…
Reference in New Issue
Block a user