Index: lams_bb_integration/web/modules/modify.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/modify.jsp,v
diff -u -r1.7 -r1.8
--- lams_bb_integration/web/modules/modify.jsp 16 Feb 2014 17:30:09 -0000 1.7
+++ lams_bb_integration/web/modules/modify.jsp 18 Feb 2014 14:39:16 -0000 1.8
@@ -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 @@
-
-
+
+