Index: lams_bb_integration/web/modules/modify.jsp
===================================================================
diff -u -re27f01d34eea709e255d542039faac9c4e46ac4d -r0b039f5d3b81dd56af9fdf497c1ebe921e8e9b1d
--- lams_bb_integration/web/modules/modify.jsp (.../modify.jsp) (revision e27f01d34eea709e255d542039faac9c4e46ac4d)
+++ lams_bb_integration/web/modules/modify.jsp (.../modify.jsp) (revision 0b039f5d3b81dd56af9fdf497c1ebe921e8e9b1d)
@@ -52,8 +52,8 @@
// Get the Item Attributes
Calendar startDate = bbContent.getStartDate();
Calendar endDate = bbContent.getEndDate();
- FormattedText desc = bbContent.getBody();
- String description = desc.getText().replaceFirst(NOT_AVAILABLE, ""); //remove the NOT_AVAILABLE substring
+ FormattedText description = bbContent.getBody();
+ //String description = desc.getText().replaceFirst(NOT_AVAILABLE, ""); //remove the NOT_AVAILABLE substring
%>
@@ -80,8 +80,8 @@
-
-
+
+