- Timestamp:
- Dec 10, 2010, 11:24:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/PublicationController.groovy
r959 r1259 47 47 println it 48 48 } 49 errors = publications.errors.getAllErrors .join( ', ' );49 errors = publications.errors.getAllErrors().join( ', ' ); 50 50 message = "Publication addition failed" 51 51 }
Note: See TracChangeset
for help on using the changeset viewer.