SF Patch #1226874 "null" in Introductory text of communities and collection

git-svn-id: http://scm.dspace.org/svn/repo/trunk@1250 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Scott Yeadon
2005-07-27 00:53:55 +00:00
parent 46f77880a3
commit 061e6010f4
3 changed files with 13 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
1.3 beta
========
(Claudia Jürgen)
- SF Patch #1226874 "null" in Introductory text of communities and collection
(Jozsef Marton)
- SF Patch #1233437 fix broken item-mapper & fine tune i18n

View File

@@ -107,6 +107,11 @@
{
side = "";
}
if (intro == null)
{
intro = "";
}
if (provenance == null)
{

View File

@@ -86,6 +86,11 @@
{
side = "";
}
if (intro == null)
{
intro = "";
}
logo = community.getLogo();
}