Changes between Version 76 and Version 77 of BluePrintAuthorization
- Timestamp:
- 06/21/10 13:06:47 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v76 v77 212 212 _fields = table.fields 213 213 214 # We pull back the full record rather than just the fields needed to check permis isons,214 # We pull back the full record rather than just the fields needed to check permissions, 215 215 # so that the caller doesn't need to make a 2nd DAL call to access the data 216 216 record = db(table.id == record_id).select(limitby=(0, 1)).first()