- Timestamp:
- 16 Nov 2006, 06:26:56 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/clearance_officer_guard.py
r870 r872 25 25 return r 26 26 if intersection(('Manager', 'SectionManager'),roles)\ 27 andcontext.isClearanceOfficer():27 or context.isClearanceOfficer(): 28 28 return True 29 29 return False
Note: See TracChangeset for help on using the changeset viewer.