Changeset 1231 for WAeUP_SRP/trunk/skins/waeup_custom
- Timestamp:
- 7 Jan 2007, 22:07:49 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_custom/logged_in.py
r1228 r1231 1 ## Script (Python) "logged_in"1 z## Script (Python) "logged_in" 2 2 ##bind container=container 3 3 ##bind context=context … … 50 50 d['phone'] = phone 51 51 context.students_catalog.modifyRecord(**d) 52 if student_app is None:52 elif student_app is None: 53 53 context.waeup_tool.makeStudentData(str(member)) 54 54 student_app = getattr(student,'application',None)
Note: See TracChangeset for help on using the changeset viewer.