Changeset 669 for WAeUP_SRP/trunk/skins/waeup_accommodation
- Timestamp:
- 12 Oct 2006, 15:00:42 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_accommodation/formatBed.py
r667 r669 11 11 if res and len(res) == 1: 12 12 hall_title = res[0].Title 13 return " Bed %s in Room %s in Block %s in Hall %s" % (letter,room,block,hall_title)13 return " %s / Block %s / Room %s / Bed %s" % (hall_title,block,room,letter)
Note: See TracChangeset for help on using the changeset viewer.