Empty commit

This commit is contained in:
Git 2012-11-10 08:00:08 +00:00
parent fac353b641
commit b672ada4c2
3 changed files with 4 additions and 4 deletions

View File

@ -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'))) {

View File

@ -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();

View File

@ -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&amp;id=<?=$TorrentID?>&amp;authkey=<?=$LoggedUser['AuthKey']?>&amp;torrent_pass=<?=$LoggedUser['torrent_pass']?>" title="Download">DL</a> ] [ <a href="torrents.php?action=download&amp;id=<?=$TorrentID?>&amp;authkey=<?=$LoggedUser['AuthKey']?>&amp;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;">