Empty commit

This commit is contained in:
Git 2012-10-10 08:00:21 +00:00
parent 0be451b552
commit c5f1e0d054
2 changed files with 3 additions and 2 deletions

View File

@ -227,7 +227,7 @@ function compare($X, $Y){
$TorrentTags = array();
// $Tags array is for the sidebar on the right. Skip compilations and soundtracks.
if (!in_array($ReleaseType, array(7, 3))) {
if ($Group['ReleaseType'] != 7 && $Group['ReleaseType'] != 3) {
foreach($TagList as $Tag) {
if(!isset($Tags[$Tag])) {
$Tags[$Tag] = array('name'=>$Tag, 'count'=>1);

View File

@ -63,7 +63,8 @@ function ShowIPs(rowname) {
?>
<tr class="rowa">
<td><?=$IP?> (<?=get_cc($IP)?>)<br /><?=get_host($IP)?>
<td><?=$IP?> (<?=get_cc($IP)?>)<br /><?=get_host($IP)?>
[<a href="http://whatismyipaddress.com/ip/<?=display_str($IP)?>" title="Search WIMIA.com">WI</a>]
<td><a href="torrents.php?torrentid=<?=$TorrentID?>"><?=$TorrentID?></a></td>
<td><?=date("Y-m-d g:i:s", $Time)?></td>
</tr>