mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-02-07 13:59:07 +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);
|
$TorrentList = $DB->to_array('ID', MYSQLI_ASSOC);
|
||||||
if (count($TorrentList) == 0) {
|
if (count($TorrentList) == 0) {
|
||||||
header("Location: log.php?search=Torrent+$GroupID");
|
header("Location: log.php?search=Group+$GroupID");
|
||||||
die();
|
die();
|
||||||
}
|
}
|
||||||
if (in_array(0, $DB->collect('Seeders'))) {
|
if (in_array(0, $DB->collect('Seeders'))) {
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
JOIN torrents AS t ON t.ID=xu.fid
|
JOIN torrents AS t ON t.ID=xu.fid
|
||||||
WHERE xu.fid='$TorrentID'
|
WHERE xu.fid='$TorrentID'
|
||||||
AND um.Visible='1'
|
AND um.Visible='1'
|
||||||
ORDER BY xu.uploaded DESC
|
ORDER BY xu.uid = '$LoggedUser[ID]' DESC, xu.uploaded DESC
|
||||||
LIMIT $Limit");
|
LIMIT $Limit");
|
||||||
$DB->query("SELECT FOUND_ROWS()");
|
$DB->query("SELECT FOUND_ROWS()");
|
||||||
list($NumResults) = $DB->next_record();
|
list($NumResults) = $DB->next_record();
|
||||||
|
@ -221,7 +221,7 @@
|
|||||||
$LastRemasterCatalogueNumber = $Torrent['RemasterCatalogueNumber'];
|
$LastRemasterCatalogueNumber = $Torrent['RemasterCatalogueNumber'];
|
||||||
$LastMedia = $Torrent['Media'];
|
$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')?>">
|
<td colspan="<?=($LoggedUser['HideCollage']?'2':'3')?>">
|
||||||
<span>
|
<span>
|
||||||
[ <a href="torrents.php?action=download&id=<?=$TorrentID?>&authkey=<?=$LoggedUser['AuthKey']?>&torrent_pass=<?=$LoggedUser['torrent_pass']?>" title="Download">DL</a> ]
|
[ <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 -->
|
<!-- I hate that proton is making me do it like this -->
|
||||||
<!--<div class="head colhead_dark" style="margin-top: 8px">-->
|
<!--<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">
|
<tr class="colhead_dark">
|
||||||
<td>
|
<td>
|
||||||
<span style="float:left;">
|
<span style="float:left;">
|
||||||
|
Loading…
Reference in New Issue
Block a user