Index: lams_admin/web/import/status.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/import/status.jsp,v diff -u -r1.1.12.2 -r1.1.12.3 --- lams_admin/web/import/status.jsp 16 Jun 2016 03:10:21 -0000 1.1.12.2 +++ lams_admin/web/import/status.jsp 23 Sep 2016 10:37:26 -0000 1.1.12.3 @@ -34,7 +34,7 @@
<% Integer importTotal = (Integer)SessionManager.getSession().getAttribute(IImportService.STATUS_IMPORT_TOTAL); Integer imported = (Integer)SessionManager.getSession().getAttribute(IImportService.STATUS_IMPORTED);