Ignore:
Timestamp:
7 Jan 2007, 22:07:49 (18 years ago)
Author:
Henrik Bettermann
Message:

logged_in fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/logged_in.py

    r1228 r1231  
    1 ## Script (Python) "logged_in"
     1z## Script (Python) "logged_in"
    22##bind container=container
    33##bind context=context
     
    5050            d['phone'] = phone
    5151            context.students_catalog.modifyRecord(**d)
    52         if student_app is None:
     52        elif student_app is None:
    5353            context.waeup_tool.makeStudentData(str(member))
    5454        student_app = getattr(student,'application',None)
Note: See TracChangeset for help on using the changeset viewer.