Empty commit

This commit is contained in:
Git 2012-07-14 08:00:13 +00:00
parent 441f616a37
commit d00609a32c
4 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
ocelot-0.4.tar.bz2 Normal file

Binary file not shown.

View File

@ -276,7 +276,8 @@
$TagList = explode(' ', $TagList);
$Tags = array();
foreach($TagList as $Tag) {
$Tags[]='<a href="collages.php?action=search&amp;tags='.$Tag.'">'.$Tag.'</a>';
if(!empty($Tag))
$Tags[]='<a href="collages.php?action=search&amp;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>

View File

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