Changeset 1845 for WAeUP_SRP/trunk/skins/waeup_student/getStudyLevelInfo.py
- Timestamp:
- 2 Jun 2007, 11:01:49 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudyLevelInfo.py
r1822 r1845 26 26 27 27 from Products.AdvancedQuery import Eq, Between, Le,In 28 aq_portal = context.portal_catalog.evalAdvancedQuery 28 try: 29 aq_portal = context.portal_catalog.evalAdvancedQuery 30 except: 31 aq_portal = context.portal_catalog_real.evalAdvancedQuery 29 32 request = context.REQUEST 30 33 #session = request.SESSION
Note: See TracChangeset for help on using the changeset viewer.