Ignore:
Timestamp:
28 Dec 2006, 21:35:07 (18 years ago)
Author:
Henrik Bettermann
Message:

wrong date corrected

File:
1 edited

Legend:

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

    r1144 r1145  
    6666creation_date = DateTime(student.creation_date)
    6767info['penalty'] = creation_date.lessThan(DateTime('2006/12/5'))\
    68                   and DateTime().greaterThan(DateTime('2006/12/24'))
     68                  and DateTime().greaterThan(DateTime('2006/12/30'))
    6969
    7070info['review_state'] = wf.getInfoFor(student,'review_state',None)
Note: See TracChangeset for help on using the changeset viewer.