Changeset 1752 for WAeUP_SRP/trunk/skins
- Timestamp:
- 8 May 2007, 07:38:10 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/add_student.py
r1728 r1752 62 62 dict = {} 63 63 dict.update(ds) 64 sid,password = context.waeup_tool. createStudent(dict)64 sid,password = context.waeup_tool.addStudent(dict) 65 65 dict['sid'] = sid 66 66 dict['password'] = password
Note: See TracChangeset for help on using the changeset viewer.