- Timestamp:
- Feb 9, 2010, 4:46:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/WizardController.groovy
r181 r183 187 187 */ 188 188 def handleSubjects(flow, flash, params) { 189 println flow.getClass()190 println flash.getClass()191 println params.getClass()192 193 189 if (flow.subjects.size() < 1) { 194 190 return false
Note: See TracChangeset
for help on using the changeset viewer.