Ignore:
Timestamp:
30 Oct 2007, 23:56:17 (17 years ago)
Author:
Henrik Bettermann
Message:

getSessionResults.py: fetch verdict from results
aos.xml: ticket #371
logged_in.py: fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/cps_custom/logged_in.py

    r2483 r2485  
    212212        #########################################################
    213213
    214         has_results = context.results_import(matric_no = matric_no)
     214        if matric_no:
     215            has_results = context.results_import(matric_no = matric_no)
     216        else:
     217            has_results = ''
    215218
    216219        #########################################################
Note: See TracChangeset for help on using the changeset viewer.