Ignore:
Timestamp:
Mar 6, 2009, 8:51:47 PM (15 years ago)
Author:
gav
Message:

Some minor format and label correction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TaskRewrite/src/grails-app/controllers/AppCoreController.groovy

    r59 r65  
    1111
    1212    def home = {
    13         //if(!params.max) params.max = 10
    14         //[ personInstanceList: Person.list( params ) ]
    1513    }
    1614
    1715    @Secured(['ROLE_ADMIN'])   
    1816    def admin = {
    19         //if(!params.max) params.max = 10
    20         //[ personInstanceList: Person.list( params ) ]
    2117    }
    2218
Note: See TracChangeset for help on using the changeset viewer.