Ignore:
Timestamp:
29 Oct 2008, 21:08:43 (16 years ago)
Author:
Henrik Bettermann
Message:

fix entry_session in students_catalog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTables.py

    r3707 r3742  
    977977            return None
    978978        es = getattr(doc,'entry_session',None)
    979         if es is not None and len(es) == 2:
     979        if es is not None and len(es) == 2 or len(es) == 1:
    980980            return es
    981981        try:
Note: See TracChangeset for help on using the changeset viewer.