Changeset 1849
- Timestamp:
- 2 Jun 2007, 20:21:53 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/WAeUPTool.py
r1846 r1849 245 245 def getCertificateBrain(self,cert_id): 246 246 "do it" 247 res = ZCatalog.searchResults(self.portal_catalog ,247 res = ZCatalog.searchResults(self.portal_catalog_real, 248 248 {'portal_type':"Certificate", 249 249 'id': cert_id}) … … 264 264 def findStudentByMatricelNo(self,matric_no): 265 265 "do it" 266 res = ZCatalog.searchResults(self.portal_catalog ,266 res = ZCatalog.searchResults(self.portal_catalog_real, 267 267 {'portal_type':"StudentClearance", 268 268 'SearchableText': matric_no})
Note: See TracChangeset for help on using the changeset viewer.