Ignore:
Timestamp:
15 Feb 2007, 14:18:08 (18 years ago)
Author:
Henrik Bettermann
Message:

empty matric_no catched

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/getStudentFolderInfo.py

    r1359 r1422  
    5555if res:
    5656    info['review_state'] = res[0].review_state
    57 res = context.results_import(matric_no = st_brain.matric_no)
    58 if res:
    59     info['session'] = True
    60 else:
    61     info['session'] = False
     57
     58info['session'] = False
     59if st_brain.matric_no
     60    res = context.results_import(matric_no = st_brain.matric_no)
     61    if res:
     62       info['session'] = True
     63   
    6264
    6365info['id'] = student_id
Note: See TracChangeset for help on using the changeset viewer.