Ignore:
Timestamp:
Feb 18, 2010, 1:29:00 AM (14 years ago)
Author:
gav
Message:

Minor code formatting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/PictureDetailedController.groovy

    r298 r375  
    2929        // In the case of an actionSubmit button, rewrite action name from 'index'.
    3030        if(params._action_Show)
    31         { params.action='show' }
     31            params.action='show'
    3232
    3333        def picture = Picture.get( params.id )
     
    7070        // In the case of an actionSubmit button, rewrite action name from 'index'.
    7171        if(params._action_Edit)
    72         { params.action='edit' }
     72            params.action='edit'
    7373
    7474        def picture = Picture.get(params.id)
Note: See TracChangeset for help on using the changeset viewer.