Ignore:
Timestamp:
5 Feb 2008, 22:49:30 (17 years ago)
Author:
Henrik Bettermann
Message:

temporary solution for the tracebacks seen today

Joachim, we have to discuss

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/cps_custom/logged_in.py

    r2710 r3115  
    5858        # the returning key comes from set_access_data
    5959
    60         if request.has_key('returning') and  student_app is None:
     60        if request.has_key('returning') and  student_per is None:
    6161            email=request.get("email")
    6262            phone=request.get("phone_nr")
     
    7070            #d['phone'] = phone
    7171            #context.students_catalog.modifyRecord(**d)
    72         elif student_app is None:
     72        elif student_per is None:
    7373            context.waeup_tool.makeStudentData(str(member))
    7474
Note: See TracChangeset for help on using the changeset viewer.