Ignore:
Timestamp:
17 Nov 2007, 11:11:48 (17 years ago)
Author:
joachim
Message:

remove getHallInfo (has nothing to do in University)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/University.py

    r821 r2691  
    2222    security = ClassSecurityInfo()
    2323       
    24     security.declarePublic('getHallTitle')
    25     def getHallTitle(self,hall):
    26         """get the Hall Title"""
    27         res = ZCatalog.searchResults(self.portal_catalog,portal_type="AccoHall",id=hall)
    28         if res and len(res) == 1:
    29             return res[0].Title
    30         return hall
    31 
    3224InitializeClass(University)
    3325
Note: See TracChangeset for help on using the changeset viewer.