Changeset 70 for waeup_product/trunk/skins
- Timestamp:
- 21 Oct 2005, 11:56:14 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_student/admission_status.py
r68 r70 25 25 qs = ds.get('quick_search') 26 26 list = [] 27 if qs or 1:27 if qs: 28 28 res = catalog(SearchableText = qs) 29 29 if res:
Note: See TracChangeset for help on using the changeset viewer.