Changeset 1826 for WAeUP_SRP/trunk/skins/waeup_student
- Timestamp:
- 28 May 2007, 19:39:02 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/set_access_data.py
r1817 r1826 25 25 if st_res: 26 26 sid = st_res[0].id 27 logger.info('Student object with matric_no %s does not exist in students_catalog . Id taken from returning_import.' % matric_no)27 logger.info('Student object with matric_no %s does not exist in students_catalog, Id taken from returning_import' % matric_no) 28 28 else: 29 logger.info('Student object with matric_no %s neither exists in students_catalog nor in returning_import .' % matric_no)29 logger.info('Student object with matric_no %s neither exists in students_catalog nor in returning_import' % matric_no) 30 30 return 31 31 res,psm,ds = lt.renderLayout(layout_id= 'student_session_results_search',
Note: See TracChangeset for help on using the changeset viewer.