- Timestamp:
- 13 Mar 2009, 13:52:41 (16 years ago)
- Location:
- WAeUP_SRP/trunk/skins
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_student/mail2student.py
r4011 r4012 17 17 18 18 d = {} 19 #d['co_name'] = co_name20 #d['co_email'] = co_email21 d['co_name'] = prop.email_from_name22 d['co_email'] = prop.email_from_address19 d['co_name'] = co_name 20 d['co_email'] = co_email 21 #d['co_name'] = prop.email_from_name 22 #d['co_email'] = prop.email_from_address 23 23 d['student_email'] = student_email 24 24 d['probtype'] = probtype
Note: See TracChangeset for help on using the changeset viewer.