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

    r368 r375  
    3535        // In the case of an actionSubmit button, rewrite action name from 'index'.
    3636        if(params._action_Show)
    37         { params.action='show' }
     37            params.action='show'
    3838
    3939        def taskProcedureInstance = TaskProcedure.get( params.id )
     
    6969        // In the case of an actionSubmit button, rewrite action name from 'index'.
    7070        if(params._action_Edit)
    71         { params.action='edit' }
     71            params.action='edit'
    7272
    7373        def taskProcedureInstance = TaskProcedure.get( params.id )
Note: See TracChangeset for help on using the changeset viewer.