- Timestamp:
- 2 Jul 2007, 09:51:03 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/list_students.py
r1700 r1976 18 18 pass 19 19 from Products.AdvancedQuery import Eq, Between, Le,In,MatchRegexp 20 aq_portal = context.portal_catalog.evalAdvancedQuery 20 try: 21 aq_portal = context.portal_catalog.evalAdvancedQuery 22 except: 23 aq_portal = context.portal_catalog_real.evalAdvancedQuery 21 24 aq_students = context.students_catalog.evalAdvancedQuery 22 25 request = context.REQUEST
Note: See TracChangeset for help on using the changeset viewer.