Changeset 1849


Ignore:
Timestamp:
2 Jun 2007, 20:21:53 (17 years ago)
Author:
joachim
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTool.py

    r1846 r1849  
    245245    def getCertificateBrain(self,cert_id):
    246246        "do it"
    247         res = ZCatalog.searchResults(self.portal_catalog,
     247        res = ZCatalog.searchResults(self.portal_catalog_real,
    248248                                {'portal_type':"Certificate",
    249249                                      'id': cert_id})
     
    264264    def findStudentByMatricelNo(self,matric_no):
    265265        "do it"
    266         res = ZCatalog.searchResults(self.portal_catalog,
     266        res = ZCatalog.searchResults(self.portal_catalog_real,
    267267                                {'portal_type':"StudentClearance",
    268268                                 'SearchableText': matric_no})
Note: See TracChangeset for help on using the changeset viewer.