Changeset 1816 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 24 May 2007, 05:49:27 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/getStudyCourseInfo.py
r1783 r1816 52 52 info['course_doc'] = ci 53 53 else: 54 info['course'] = None 54 info['cert_id'] = 'N/A' 55 ci['study_course'] = 'N/A' 56 ci['title'] = 'N/A' 57 ci['faculty'] = 'N/A' 58 ci['department'] = 'N/A' 59 info['course_doc'] = ci 60 55 61 items = [] 56 62 current_level = sbrain.level
Note: See TracChangeset for help on using the changeset viewer.