Changeset 1976


Ignore:
Timestamp:
2 Jul 2007, 09:51:03 (17 years ago)
Author:
joachim
Message:

fix for 297

File:
1 edited

Legend:

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

    r1700 r1976  
    1818        pass
    1919from Products.AdvancedQuery import Eq, Between, Le,In,MatchRegexp
    20 aq_portal = context.portal_catalog.evalAdvancedQuery
     20try:
     21    aq_portal = context.portal_catalog.evalAdvancedQuery
     22except:
     23    aq_portal = context.portal_catalog_real.evalAdvancedQuery
    2124aq_students = context.students_catalog.evalAdvancedQuery
    2225request = context.REQUEST
Note: See TracChangeset for help on using the changeset viewer.