Index: lams_bb_integration/web/admin/config.jsp
===================================================================
diff -u -r7b58fdefc5852be81e82efd574bd04e02ab5e349 -re5924606b9ac1343bde0ba579b2861858d2c03af
--- lams_bb_integration/web/admin/config.jsp (.../config.jsp) (revision 7b58fdefc5852be81e82efd574bd04e02ab5e349)
+++ lams_bb_integration/web/admin/config.jsp (.../config.jsp) (revision e5924606b9ac1343bde0ba579b2861858d2c03af)
@@ -32,6 +32,7 @@
String lamsServerId = p.getProperty("LAMS_SERVER_ID", "");
String SecretKey = p.getProperty("LAMS_SERVER_SKEY", "");
String ReqSrc = p.getProperty("BB_REQ_SRC");
+ String lamsServerTimeRefreshInterval = p.getProperty("LAMS_SERVER_TIME_REFRESH_INTERVAL");
//Add port to the url if the port is in the blackboard url
int bbport = request.getServerPort();
@@ -67,7 +68,10 @@
For further information on how to configure these settings, see this tutorial.
+For further information on how to configure these settings, see this tutorial.