Index: lams_bb_integration/web/admin/config_proc.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_bb_integration/web/admin/Attic/config_proc.jsp,v
diff -u -r1.6 -r1.7
--- lams_bb_integration/web/admin/config_proc.jsp 10 Jan 2017 12:52:48 -0000 1.6
+++ lams_bb_integration/web/admin/config_proc.jsp 10 Jan 2017 12:58:11 -0000 1.7
@@ -38,8 +38,6 @@
String bbReqSrc = request.getParameter("bb_req_src");
String lamsServerTimeRefreshInterval = request.getParameter("lams_server_time_refresh_interval");
String lamsAltServerUrl = request.getParameter("lams_alt_server_url");
- //*NTU* added for i-NTULearn project
- String idpServer = request.getParameter("idp_server");
// Save the properties to Blackboard
p.setProperty(LamsPluginUtil.PROP_LAMS_URL, lamsServerUrl);
@@ -48,8 +46,6 @@
p.setProperty(LamsPluginUtil.PROP_REQ_SRC, bbReqSrc);
p.setProperty(LamsPluginUtil.PROP_LAMS_SERVER_TIME_REFRESH_INTERVAL, lamsServerTimeRefreshInterval);
p.setProperty(LamsPluginUtil.PROP_ALT_LAMS_URL, lamsAltServerUrl);
- //*NTU* added for i-NTULearn project
- p.setProperty(LamsPluginUtil.PROP_IDP_SERVER, idpServer);
// Persist the properties object
LamsPluginUtil.setProperties(p);
@@ -80,8 +76,6 @@
BB_REQ_SRC: <%= bbReqSrc %>
LAMS_SERVER_TIME_REFRESH_INTERVAL: <%= lamsServerTimeRefreshInterval %>
LAMS_ALT_SERVER_URL: <%= lamsAltServerUrl %>
- <%--*NTU* added for i-NTULearn project--%>
-
IDP_SERVER: <%= idpServer %>
\ No newline at end of file