[Ils-source] r1603 - trunk/webapp
scribe at crosswire.org
scribe at crosswire.org
Fri Jul 27 12:35:49 MST 2018
Author: scribe
Date: 2018-07-27 12:35:49 -0700 (Fri, 27 Jul 2018)
New Revision: 1603
Modified:
trunk/webapp/aicc.jsp
Log:
Allow upper and lower case "c" for AICC course complete status value
Modified: trunk/webapp/aicc.jsp
===================================================================
--- trunk/webapp/aicc.jsp 2018-07-27 19:31:41 UTC (rev 1602)
+++ trunk/webapp/aicc.jsp 2018-07-27 19:35:49 UTC (rev 1603)
@@ -278,7 +278,7 @@
// Let's pass or fail the course -----------------------------------------------------
- if ("c".equals(status)) {
+ if ("c".equalsIgnoreCase(status)) {
course = Course.getCourse(ilsSession, ca.getCourseAttemptCourseID());
try {
if (ca.getCourseAttemptStatusID() != ca.STATUS_PASSED) {
More information about the Ils-source
mailing list