Changes between Version 76 and Version 77 of BluePrintAuthorization


Ignore:
Timestamp:
06/21/10 13:06:47 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v76 v77  
    212212        _fields = table.fields
    213213
    214         # We pull back the full record rather than just the fields needed to check permisisons,
     214        # We pull back the full record rather than just the fields needed to check permissions,
    215215        # so that the caller doesn't need to make a 2nd DAL call to access the data
    216216        record = db(table.id == record_id).select(limitby=(0, 1)).first()