- Timestamp:
- 9 Jul 2007, 07:04:27 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_accommodation/getFormattedBed.py
r1566 r2000 19 19 return bed 20 20 hall,block,room,letter = bed.split('_') 21 info = context.waeup_tool.get AccommodationInfo(bed)21 info = context.waeup_tool.getHallInfo(bed) 22 22 if info: 23 23 hall_title = info['hall_title']
Note: See TracChangeset for help on using the changeset viewer.