Changeset 1848 for WAeUP_SRP/trunk


Ignore:
Timestamp:
2 Jun 2007, 19:54:09 (18 years ago)
Author:
joachim
Message:

real catalog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/Students.py

    r1834 r1848  
    6666def getStudentByRegNo(self,reg_no): ###(
    6767    """search student by JAMB Reg No and return StudentFolder"""
    68     search = ZCatalog.searchResults(self.portal_catalog,{'meta_type': 'StudentApplication',
     68    search = ZCatalog.searchResults(self.portal_catalog_real,{'meta_type': 'StudentApplication',
    6969                                  'SearchableText': reg_no,
    7070                                  })
Note: See TracChangeset for help on using the changeset viewer.