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