Ignore:
Timestamp:
2 Jun 2007, 11:01:49 (17 years ago)
Author:
joachim
Message:

modifications to use QueueCatalog?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getStudyLevelInfo.py

    r1822 r1845  
    2626       
    2727from Products.AdvancedQuery import Eq, Between, Le,In
    28 aq_portal = context.portal_catalog.evalAdvancedQuery
     28try:
     29    aq_portal = context.portal_catalog.evalAdvancedQuery
     30except:
     31    aq_portal = context.portal_catalog_real.evalAdvancedQuery
    2932request = context.REQUEST
    3033#session = request.SESSION
Note: See TracChangeset for help on using the changeset viewer.