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
441f616a37
commit
d00609a32c
Binary file not shown.
BIN
ocelot-0.4.tar.bz2
Normal file
BIN
ocelot-0.4.tar.bz2
Normal file
Binary file not shown.
@ -276,7 +276,8 @@
|
||||
$TagList = explode(' ', $TagList);
|
||||
$Tags = array();
|
||||
foreach($TagList as $Tag) {
|
||||
$Tags[]='<a href="collages.php?action=search&tags='.$Tag.'">'.$Tag.'</a>';
|
||||
if(!empty($Tag))
|
||||
$Tags[]='<a href="collages.php?action=search&tags='.$Tag.'">'.$Tag.'</a>';
|
||||
}
|
||||
$Tags = implode(', ', $Tags);
|
||||
|
||||
@ -292,10 +293,13 @@
|
||||
<span style="float:right">
|
||||
<a href="#" onclick="Unbookmark('collage', <?=$ID?>,'');return false;">[Remove bookmark]</a>
|
||||
</span>
|
||||
<? } ?>
|
||||
<? }
|
||||
if(!empty($Tags)) {
|
||||
?>
|
||||
<div class="tags">
|
||||
<?=$Tags?>
|
||||
</div>
|
||||
<? } ?>
|
||||
</td>
|
||||
<td><?=(int)$NumTorrents?></td>
|
||||
<td><?=format_username($UserID, false, false, false)?></td>
|
||||
|
@ -429,8 +429,7 @@
|
||||
'warn' => '1',
|
||||
'delete' => '1',
|
||||
'pm' => '[url=http://'.NONSSL_SITE_URL.'/rules.php?p=upload#r2.1.11]2.1.11[/url]. Music ripped from the radio (Satellite or FM), television, the web, or podcasts are not allowed.
|
||||
The only allowable media formats are CD, DVD, Vinyl, Soundboard, SACD, DAT, Cassette, WEB, and Blu-ray.
|
||||
Your torrent has now been labeled using the appropriate media type.'
|
||||
The only allowable media formats are CD, DVD, Vinyl, Soundboard, SACD, DAT, Cassette, WEB, and Blu-ray.'
|
||||
)
|
||||
),
|
||||
'discog' => array(
|
||||
|
Loading…
Reference in New Issue
Block a user