Changeset 2417 for WAeUP_SRP/base
- Timestamp:
- 22 Oct 2007, 18:04:41 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/skins/waeup_student/remove_students.py
r2416 r2417 65 65 if student_ids: 66 66 brains = aq_students(In('id',student_ids) | In('matric_no', student_ids)) 67 #matno_brains = aq_students(In('matric_no', student_ids))68 67 brains_dict = {} 69 #id_brains_dict = {}70 #matno_brains_dict = {}71 68 if brains: 72 69 for b in brains: … … 75 72 elif b.matric_no in student_ids: 76 73 brains_dict[b.matric_no] = b 77 #set_trace()78 74 for student_id in student_ids: 79 75 student = {}
Note: See TracChangeset for help on using the changeset viewer.