mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
Empty commit
This commit is contained in:
parent
360020482b
commit
e76769550f
@ -99,7 +99,7 @@ function compare($X, $Y){
|
|||||||
FROM torrents_artists AS ta
|
FROM torrents_artists AS ta
|
||||||
JOIN torrents_group AS tg ON tg.ID=ta.GroupID
|
JOIN torrents_group AS tg ON tg.ID=ta.GroupID
|
||||||
WHERE ta.ArtistID='$ArtistID'
|
WHERE ta.ArtistID='$ArtistID'
|
||||||
ORDER BY ta.Importance, tg.ReleaseType ASC, tg.Year DESC");
|
ORDER BY ta.Importance, tg.ReleaseType ASC, tg.Year DESC, tg.Name DESC");
|
||||||
|
|
||||||
$GroupIDs = $DB->collect('GroupID');
|
$GroupIDs = $DB->collect('GroupID');
|
||||||
$Importances = $DB->to_array('GroupID', MYSQLI_BOTH, false);
|
$Importances = $DB->to_array('GroupID', MYSQLI_BOTH, false);
|
||||||
|
@ -215,7 +215,7 @@ function checked($Checked) {
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="label"><strong>Download torrents as text files</strong></td>
|
<td class="label"><strong>Download torrents as text files</strong></td>
|
||||||
<td>
|
<td>
|
||||||
<input type="checkbox" name="downloadalt" id="downloadalt" <? if ($LoggedUser['DownloadAlt']) { ?>checked="checked"<? } ?> />
|
<input type="checkbox" name="downloadalt" id="downloadalt" <? if ($DownloadAlt) { ?>checked="checked"<? } ?> />
|
||||||
<label for="downloadalt">For users whose ISP block the downloading of torrent files</label>
|
<label for="downloadalt">For users whose ISP block the downloading of torrent files</label>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user