Changeset 5028 for WAeUP_SRP/trunk/skins/waeup_student/getClearanceInfo.py
- Timestamp:
- 22 Feb 2010, 08:55:55 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getClearanceInfo.py
r3619 r5028 45 45 student_id = info['student_id'] 46 46 if student_id is None: 47 return None 48 if info['is_staff'] and not info['is_clearanceofficer'] and not info['is_sectionofficer']: 47 49 return None 48 50
Note: See TracChangeset for help on using the changeset viewer.