mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
0ec5ddef59
commit
42a70cac26
Binary file not shown.
BIN
ocelot-0.3.tar.bz2
Normal file
BIN
ocelot-0.3.tar.bz2
Normal file
Binary file not shown.
@ -93,7 +93,8 @@
|
||||
</tr>
|
||||
<?
|
||||
foreach($Results as $GroupID=>$Data) {
|
||||
list($Artists, $GroupCatalogueNumber, $GroupID2, $GroupName, $GroupRecordLabel, $ReleaseType, $TagList, $Torrents, $GroupVanityHouse, $GroupYear, $CategoryID, $FreeTorrent, $HasCue, $HasLog, $TotalLeechers, $LogScore, $ReleaseType, $ReleaseType, $TotalSeeders, $MaxSize, $TotalSnatched, $GroupTime) = array_values($Data);
|
||||
$Debug->log_var($Data);
|
||||
list($Artists, $GroupCatalogueNumber, $ExtendedArtists, $GroupID2, $GroupName, $GroupRecordLabel, $ReleaseType, $TagList, $Torrents, $GroupVanityHouse, $GroupYear, $CategoryID, $FreeTorrent, $HasCue, $HasLog, $TotalLeechers, $LogScore, $ReleaseType, $ReleaseType, $TotalSeeders, $MaxSize, $TotalSnatched, $GroupTime) = array_values($Data);
|
||||
|
||||
$DisplayName = '';
|
||||
if(count($Artists)>0) {
|
||||
|
@ -1,4 +1,5 @@
|
||||
<?
|
||||
set_time_limit(0);
|
||||
//~~~~~~~~~~~ Main bookmarks page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~//
|
||||
|
||||
function compare($X, $Y){
|
||||
|
@ -8,7 +8,7 @@
|
||||
<div class="box pad" style="padding:10px 10px 10px 20px;">
|
||||
<ul>
|
||||
<li>
|
||||
Respect Staff - They have enough experience, are knowledgable and always have a reason for their actions. If you disagree with a staff member discuss it privately and courteously. Arguing with or being disrespectful towards staff will not be taken lightly
|
||||
Respect Staff - They have enough experience, are knowledgable and always have a reason for their actions. If you disagree with a staff member discuss it privately and courteously. Arguing with or being disrespectful towards staff will not be taken lightly.
|
||||
</li>
|
||||
<li>
|
||||
Access to this website is a privilege, not a right, and it can be taken away from you for any reason.
|
||||
|
Loading…
Reference in New Issue
Block a user