Changeset 5788 for WAeUP_SRP/trunk
- Timestamp:
- 2 Mar 2011, 12:05:36 (14 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_fceokene/getAccommodationStatus.py
r5785 r5788 92 92 info['booking_allowed'] = False 93 93 info['student_status'] = '' 94 logger.info('%s: not eligible' % (student_id))94 #logger.info('%s: not eligible' % (student_id)) 95 95 return info 96 96 -
WAeUP_SRP/trunk/skins/waeup_futminna/getAccommodationStatus.py
r5781 r5788 90 90 info['booking_allowed'] = False 91 91 info['student_status'] = '' 92 logger.info('%s: not eligible' % (student_id))92 #logger.info('%s: not eligible' % (student_id)) 93 93 return info 94 94
Note: See TracChangeset for help on using the changeset viewer.