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/TaskDetailedController.groovy

    r326 r375  
    222222        // In the case of an actionSubmit button, rewrite action name from 'index'.
    223223        if(params._action_Show)
    224         { params.action='show' }
     224            params.action='show'
    225225
    226226        def showTab = [:]
     
    465465        // In the case of an actionSubmit button, rewrite action name from 'index'.
    466466        if(params._action_Edit)
    467         { params.action='edit' }
     467            params.action='edit'
    468468
    469469        def taskInstance = Task.get( params.id )
Note: See TracChangeset for help on using the changeset viewer.