[Ils-source] r1565 - trunk/webapp
scribe at crosswire.org
scribe at crosswire.org
Tue Jan 16 13:43:21 MST 2018
Author: scribe
Date: 2018-01-16 13:43:21 -0700 (Tue, 16 Jan 2018)
New Revision: 1565
Modified:
trunk/webapp/aicc.jsp
Log:
added CORE_LESSON block + ILSVersion= property to aicc data initialization
Modified: trunk/webapp/aicc.jsp
===================================================================
--- trunk/webapp/aicc.jsp 2018-01-05 14:57:58 UTC (rev 1564)
+++ trunk/webapp/aicc.jsp 2018-01-16 20:43:21 UTC (rev 1565)
@@ -46,7 +46,7 @@
}
}
- public static final String AICC_INITIAL_DATA = "[core]\r\nlesson_status=i\r\nscore=0\r\nlesson_location=0\r\ntime=00:00:00\r\n";
+ public static final String AICC_INITIAL_DATA = "[core]\r\nlesson_status=i\r\nscore=0\r\nlesson_location=0\r\ntime=00:00:00\r\n[CORE_LESSON]\r\nILSVersion="+Utils.getVersionString()+"\r\n";
%>
<%
Logger logger = Logger.getLogger("AICC");
More information about the Ils-source
mailing list