- Timestamp:
- Nov 30, 2010, 10:40:34 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/exporter/ExporterController.groovy
r1210 r1217 78 78 def studies = [] 79 79 for ( j in dbnp.studycapturing.Study.list() ){ 80 if (params.containsKey(j. title)){80 if (params.containsKey(j.code)){ 81 81 studies.add(j) 82 82 }
Note: See TracChangeset
for help on using the changeset viewer.