This commit is contained in:
Colin Kuskie 2007-05-21 01:43:47 +00:00
parent 24faa80c1b
commit 54616b5f89
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,6 @@
7.3.18
- fix: If no sysnopsis exists, the asset inherits the parents' (perlDreamer Consulting, LLC)
http://www.plainblack.com/bugs/tracker/if-no-sysnopsis-exists-the-asset-inherits-the-parents#VVesdkBSTm3neKRaKCJxKw
- fix: diskUsage.pl (perlDreamer Consulting, LLC)
http://www.plainblack.com/bugs/tracker/diskusage.pl#tlMpeq3vzsd37pRHcz_NYg
- fix: thread next/prev url (perlDreamer Consulting, LLC)

View file

@ -188,7 +188,7 @@ sub view {
id=>$child->getId,
canView => $child->canView(),
title=>$child->get("title"),
synopsis=>$child->get("synopsis"),
synopsis=>$child->get("synopsis") || '',
size=>WebGUI::Utility::formatBytes($child->get("assetSize")),
"date.epoch"=>$child->get("revisionDate"),
"icon.small"=>$child->getIcon(1),