Changeset 6b4092 in indico for indico/MaKaC/plugins/RoomBooking/default/initialize.py
- Timestamp:
- 12/06/11 11:11:15 (19 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
- Children:
- 5d8379
- Parents:
- 0cc7cf
- git-author:
- Adrian Moennich <jerome.ernst.monnich@…> (11/14/11 16:42:19)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (12/06/11 11:11:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/plugins/RoomBooking/default/initialize.py
r18c3cb r6b4092 133 133 if force or not root.has_key( 'DayReservationsIndex' ): 134 134 root['DayReservationsIndex'] = OOBTree() 135 if force or not root.has_key( 'RoomDayReservationsIndex' ): 136 root['RoomDayReservationsIndex'] = OOBTree() 135 137 136 138 # Create possible equipment branch
Note: See TracChangeset
for help on using the changeset viewer.
