Changeset 4103
- Timestamp:
- Jan 28, 2008, 1:11:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/lims/arraybatches/list_batches.jsp
r4003 r4103 78 78 final ModeInfo mode = ModeInfo.get(request.getParameter("mode")); 79 79 final String callback = request.getParameter("callback"); 80 final String title = mode.generateTitle("array ba atch", "array batches");80 final String title = mode.generateTitle("array batch", "array batches"); 81 81 final DbControl dc = sc.newDbControl(); 82 82 ItemResultIterator<ArrayBatch> batches = null;
Note: See TracChangeset
for help on using the changeset viewer.