Changeset 622 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 8 Oct 2006, 14:46:25 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/searchStudents.py
r608 r622 73 73 onlyreview = with_review and not term 74 74 if onlyreview: 75 res = catalog(portal_type= 'Student',75 res = catalog(portal_type=portal_type_query, 76 76 review_state=state) 77 77 elif what == "student_id": … … 95 95 if with_review: 96 96 try: 97 res = catalog(portal_type= 'Student',SearchableText=st,97 res = catalog(portal_type=pt,SearchableText=st, 98 98 review_state=state) 99 99 except:
Note: See TracChangeset for help on using the changeset viewer.