- Timestamp:
- 9 Jan 2011, 16:49:14 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/Accommodation.py
r5625 r5626 118 118 d['student'] = NOT_OCCUPIED 119 119 bed_list.modifyRecord(**d) 120 modified.append('"%(uid)s","%(bt)s"," %(st)s"' % vars())120 modified.append('"%(uid)s","%(bt)s","not_occupied"' % vars()) 121 121 modified_count += 1 122 122 hall_gen['count']= count
Note: See TracChangeset for help on using the changeset viewer.