Changeset 71 for waeup_product/trunk/skins/waeup_student
- Timestamp:
- 21 Oct 2005, 12:02:05 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_student/admission_status.py
r70 r71 26 26 list = [] 27 27 if qs: 28 res = catalog(SearchableText = qs)28 res = catalog(SearchableText = "%s*" % qs) 29 29 if res: 30 30 for i in res:
Note: See TracChangeset for help on using the changeset viewer.