- Timestamp:
- 22 Dec 2006, 00:28:30 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudentStatistics.py
r1112 r1128 55 55 fac_ids = [r.id for r in fac_res] 56 56 total = len(fac_res) 57 if total == 0: 58 continue 57 59 dep['students'] = total 58 60 cpe = len([s for s in fac_ids if s in cpe_ids])
Note: See TracChangeset for help on using the changeset viewer.